#BBC4DA

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

Shades of Link Water #BBC4DA

Tints of Link Water #BBC4DA

Color information

#BBC4DA (or 0xBBC4DA) is unknown color: approx Link Water. HEX triplet: BB, C4 and DA. RGB value is (187,196,218). Sum of RGB (Red+Green+Blue) = 187+196+218=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4DA is #443B25. Grayscale: #C3C3C3. Windows color (decimal): -4471590 or 14337211. OLE color: 14337211.

HSL color Cylindrical-coordinate representation of color #BBC4DA: hue angle of 222.58º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC4DA is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187196218-
CMYK0.140.1000.15
HSL222.58º29.52%79.41%-
HSV(B)222.58º14.22%85.49%-
XYZ52.8955.1174.18-
YUV195.82140.52121.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=31.11%
G=32.61%
B=36.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871962180.140.1000.15222.5829.5279.41
HexBBC4DAEA0Fdf1e4f
Octal273304332161201733736117
Binary101110111100010011011010111010100111111011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4DA; }

 p { color: rgb(187,196,218); }

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

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

 a { background-color: rgb(187,196,218); }

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

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

 span { border-color: rgb(187,196,218); }

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