#BBBEC9

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

Shades of Link Water #BBBEC9

Tints of Link Water #BBBEC9

Color information

#BBBEC9 (or 0xBBBEC9) is unknown color: approx Link Water. HEX triplet: BB, BE and C9. RGB value is (187,190,201). Sum of RGB (Red+Green+Blue) = 187+190+201=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC9 is #444136. Grayscale: #BEBEBE. Windows color (decimal): -4473143 or 13221563. OLE color: 13221563.

HSL color Cylindrical-coordinate representation of color #BBBEC9: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBEC9 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187190201-
CMYK0.070.0500.21
HSL227.14º11.48%76.08%-
HSV(B)227.14º6.97%78.82%-
XYZ49.4551.6162.61-
YUV190.36134.01125.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=32.35%
G=32.87%
B=34.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871902010.070.0500.21227.1411.4876.08
HexBBBEC975015e3b4c
Octal2732763117502534313114
Binary1011101110111110110010011111010101011110001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEC9; }

 p { color: rgb(187,190,201); }

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

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

 a { background-color: rgb(187,190,201); }

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

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

 span { border-color: rgb(187,190,201); }

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