Shades of Link Water #BBC4DA
Tints of Link Water #BBC4DA
RGB
CMYK
RGB Variations
Color information
#BBC4DA (or 0xBBC4DA) is known color: 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
RGB | 187 | 196 | 218 | - |
CMYK | 0.14 | 0.10 | 0 | 0.15 |
HSL | 222.58º | 0.3% | 0.79% | - |
HSV(B) | 222.58º | 0.14% | 0.85% | - |
XYZ | 52.89 | 55.11 | 74.18 | - |
YUV | 195.82 | 140.52 | 121.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 196 | 218 | 0.14 | 0.10 | 0 | 0.15 | 222.58 | 0.3 | 0.79 |
Hex | BB | C4 | DA | E | A | 0 | F | DF | 1E | 4F |
Octal | 273 | 304 | 332 | 16 | 12 | 0 | 17 | 337 | 36 | 117 |
Binary | 10111011 | 11000100 | 11011010 | 1110 | 1010 | 0 | 1111 | 11011111 | 11110 | 1001111 |
Color Harmonies of #BBC4DA
Complementary color
Monochromatic Colors of #BBC4DA
Black with #BBC4DA
Text Example
Text Example
White with #BBC4DA
Text Example
Text Example
HTML Codes & Css Web 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>