#B0BBF2

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

Shades of Perano #B0BBF2

Tints of Perano #B0BBF2

Color information

#B0BBF2 (or 0xB0BBF2) is unknown color: approx Perano. HEX triplet: B0, BB and F2. RGB value is (176,187,242). Sum of RGB (Red+Green+Blue) = 176+187+242=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0BBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBF2 is #4F440D. Grayscale: #BDBDBD. Windows color (decimal): -5194766 or 15907760. OLE color: 15907760.

HSL color Cylindrical-coordinate representation of color #B0BBF2: hue angle of 230º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0BBF2 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176187242-
CMYK0.270.2300.05
HSL230º71.74%81.96%-
HSV(B)230º27.27%94.9%-
XYZ51.751.1891.16-
YUV189.98157.36118.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 242 (94.92% from 255) = 40%
R=29.09%
G=30.91%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761872420.270.2300.0523071.7481.96
HexB0BBF21B1705e64852
Octal260273362332705346110122
Binary101100001011101111110010110111011101011110011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBF2; }

 p { color: rgb(176,187,242); }

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

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

 a { background-color: rgb(176,187,242); }

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

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

 span { border-color: rgb(176,187,242); }

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