Shades of Surf Crest #BBCBB5
Tints of Surf Crest #BBCBB5
RGB
CMYK
RGB Variations
Color information
#BBCBB5 (or 0xBBCBB5) is known color: Surf Crest. HEX triplet: BB, CB and B5. RGB value is (187,203,181). Sum of RGB (Red+Green+Blue) = 187+203+181=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB5 is #44344A. Grayscale: #C3C3C3. Windows color (decimal): -4469835 or 11914171. OLE color: 11914171.
HSL color Cylindrical-coordinate representation of color #BBCBB5: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCBB5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 181 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.20 |
| HSL | 103.64º | 0.17% | 0.75% | - |
| HSV(B) | 103.64º | 0.11% | 0.8% | - |
| XYZ | 50.19 | 56.61 | 52 | - |
| YUV | 195.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 181 | 0.08 | 0 | 0.11 | 0.20 | 103.64 | 0.17 | 0.75 |
| Hex | BB | CB | B5 | 8 | 0 | B | 14 | 68 | 11 | 4B |
| Octal | 273 | 313 | 265 | 10 | 0 | 13 | 24 | 150 | 21 | 113 |
| Binary | 10111011 | 11001011 | 10110101 | 1000 | 0 | 1011 | 10100 | 1101000 | 10001 | 1001011 |
Color Harmonies of #BBCBB5
Complementary color
Monochromatic Colors of #BBCBB5
Black with #BBCBB5
Text Example
Text Example
White with #BBCBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBB5; }
p { color: rgb(187,203,181); }
H1.HeaderClassName
{
color: #BBCBB5;
}
.AnyTagClassName
{
color: #BBCBB5;
}
</style>
background-color css
<style>
a { background-color: #BBCBB5; }
a { background-color: rgb(187,203,181); }
div.DivClassName
{
background-color: #BBCBB5;
}
.BgClassName
{
background-color: #BBCBB5;
}
</style>
border-color css
<style>
span { border-color: #BBCBB5; }
span { border-color: rgb(187,203,181); }
td.TdClassName
{
border-color: #BBCBB5;
}
.TagClassName
{
border-color: #BBCBB5;
}
</style>