Shades of Surf Crest #BBCDB2
Tints of Surf Crest #BBCDB2
RGB
CMYK
RGB Variations
Color information
#BBCDB2 (or 0xBBCDB2) is known color: Surf Crest. HEX triplet: BB, CD and B2. RGB value is (187,205,178). Sum of RGB (Red+Green+Blue) = 187+205+178=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDB2 is #44324D. Grayscale: #C4C4C4. Windows color (decimal): -4469326 or 11718075. OLE color: 11718075.
HSL color Cylindrical-coordinate representation of color #BBCDB2: hue angle of 100º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCDB2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 178 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.20 |
| HSL | 100º | 0.21% | 0.75% | - |
| HSV(B) | 100º | 0.13% | 0.8% | - |
| XYZ | 50.36 | 57.44 | 50.55 | - |
| YUV | 196.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 178 | 0.09 | 0 | 0.13 | 0.20 | 100 | 0.21 | 0.75 |
| Hex | BB | CD | B2 | 9 | 0 | D | 14 | 64 | 15 | 4B |
| Octal | 273 | 315 | 262 | 11 | 0 | 15 | 24 | 144 | 25 | 113 |
| Binary | 10111011 | 11001101 | 10110010 | 1001 | 0 | 1101 | 10100 | 1100100 | 10101 | 1001011 |
Color Harmonies of #BBCDB2
Complementary color
Monochromatic Colors of #BBCDB2
Black with #BBCDB2
Text Example
Text Example
White with #BBCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDB2; }
p { color: rgb(187,205,178); }
H1.HeaderClassName
{
color: #BBCDB2;
}
.AnyTagClassName
{
color: #BBCDB2;
}
</style>
background-color css
<style>
a { background-color: #BBCDB2; }
a { background-color: rgb(187,205,178); }
div.DivClassName
{
background-color: #BBCDB2;
}
.BgClassName
{
background-color: #BBCDB2;
}
</style>
border-color css
<style>
span { border-color: #BBCDB2; }
span { border-color: rgb(187,205,178); }
td.TdClassName
{
border-color: #BBCDB2;
}
.TagClassName
{
border-color: #BBCDB2;
}
</style>