#B0BBDE

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

Shades of Perano #B0BBDE

Tints of Perano #B0BBDE

Color information

#B0BBDE (or 0xB0BBDE) is unknown color: approx Perano. HEX triplet: B0, BB and DE. RGB value is (176,187,222). Sum of RGB (Red+Green+Blue) = 176+187+222=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDE is #4F4421. Grayscale: #BBBBBB. Windows color (decimal): -5194786 or 14597040. OLE color: 14597040.

HSL color Cylindrical-coordinate representation of color #B0BBDE: hue angle of 225.65º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BBDE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176187222-
CMYK0.210.1600.13
HSL225.65º41.07%78.04%-
HSV(B)225.65º20.72%87.06%-
XYZ48.8650.0476.19-
YUV187.7147.36119.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=30.09%
G=31.97%
B=37.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761872220.210.1600.13225.6541.0778.04
HexB0BBDE15100De2294e
Octal260273336252001534251116
Binary101100001011101111011110101011000001101111000101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBDE; }

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

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

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

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

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

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

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

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