#BBC3D8

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

Shades of Link Water #BBC3D8

Tints of Link Water #BBC3D8

Color information

#BBC3D8 (or 0xBBC3D8) is unknown color: approx Link Water. HEX triplet: BB, C3 and D8. RGB value is (187,195,216). Sum of RGB (Red+Green+Blue) = 187+195+216=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3D8 is #443C27. Grayscale: #C2C2C2. Windows color (decimal): -4471848 or 14205883. OLE color: 14205883.

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

Color convert

RGB187195216-
CMYK0.130.1000.15
HSL223.45º27.1%79.02%-
HSV(B)223.45º13.43%84.71%-
XYZ52.454.5572.73-
YUV195139.85122.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=31.27%
G=32.61%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871952160.130.1000.15223.4527.179.02
HexBBC3D8DA0Fdf1b4f
Octal273303330151201733733117
Binary101110111100001111011000110110100111111011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3D8; }

 p { color: rgb(187,195,216); }

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

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

 a { background-color: rgb(187,195,216); }

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

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

 span { border-color: rgb(187,195,216); }

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