#b0c2fa

Color #B0C2FA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B0C2FA

Tints of Perano #B0C2FA

Color information

#B0C2FA (or 0xB0C2FA) is unknown color: approx Perano. HEX triplet: B0, C2 and FA. RGB value is (176,194,250). Sum of RGB (Red+Green+Blue) = 176+194+250=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C2FA is #4F3D05. Grayscale: #C2C2C2. Windows color (decimal): -5192966 or 16433840. OLE color: 16433840.

HSL color Cylindrical-coordinate representation of color #B0C2FA: hue angle of 225.41º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C2FA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176194250-
CMYK0.300.2200.02
HSL225.41º88.1%83.53%-
HSV(B)225.41º29.6%98.04%-
XYZ54.4554.7298.13-
YUV195159.04114.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=28.39%
G=31.29%
B=40.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761942500.300.2200.02225.4188.183.53
HexB0C2FA1E1602e15854
Octal260302372362602341130124
Binary10110000110000101111101011110101100101110000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c2fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c2fa; }

 p { color: rgb(176,194,250); }

 H1.HeaderClassName
 {
   color: #b0c2fa;
 }
 .AnyTagClassName
 {
   color: #b0c2fa;
 }
</style>
background-color css

<style>
 a { background-color: #b0c2fa; }

 a { background-color: rgb(176,194,250); }

 div.DivClassName
 {
   background-color: #b0c2fa;
 }
 .BgClassName
 {
   background-color: #b0c2fa;
 }
</style>
border-color css

<style>
 span { border-color: #b0c2fa; }

 span { border-color: rgb(176,194,250); }

 td.TdClassName
 {
   border-color: #b0c2fa;
 }
 .TagClassName
 {
   border-color: #b0c2fa;
 }
</style>