Shades of Surf Crest #BBCAB4
Tints of Surf Crest #BBCAB4
RGB
CMYK
RGB Variations
Color information
#BBCAB4 (or 0xBBCAB4) is known color: Surf Crest. HEX triplet: BB, CA and B4. RGB value is (187,202,180). Sum of RGB (Red+Green+Blue) = 187+202+180=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB4 is #44354B. Grayscale: #C3C3C3. Windows color (decimal): -4470092 or 11848379. OLE color: 11848379.
HSL color Cylindrical-coordinate representation of color #BBCAB4: hue angle of 100.91º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCAB4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 180 | - |
CMYK | 0.07 | 0 | 0.11 | 0.21 |
HSL | 100.91º | 0.17% | 0.75% | - |
HSV(B) | 100.91º | 0.11% | 0.79% | - |
XYZ | 49.85 | 56.1 | 51.38 | - |
YUV | 195.01 | 119.53 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 180 | 0.07 | 0 | 0.11 | 0.21 | 100.91 | 0.17 | 0.75 |
Hex | BB | CA | B4 | 7 | 0 | B | 15 | 65 | 11 | 4B |
Octal | 273 | 312 | 264 | 7 | 0 | 13 | 25 | 145 | 21 | 113 |
Binary | 10111011 | 11001010 | 10110100 | 111 | 0 | 1011 | 10101 | 1100101 | 10001 | 1001011 |
Color Harmonies of #BBCAB4
Complementary color
Monochromatic Colors of #BBCAB4
Black with #BBCAB4
Text Example
Text Example
White with #BBCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAB4; }
p { color: rgb(187,202,180); }
H1.HeaderClassName
{
color: #BBCAB4;
}
.AnyTagClassName
{
color: #BBCAB4;
}
</style>
background-color css
<style>
a { background-color: #BBCAB4; }
a { background-color: rgb(187,202,180); }
div.DivClassName
{
background-color: #BBCAB4;
}
.BgClassName
{
background-color: #BBCAB4;
}
</style>
border-color css
<style>
span { border-color: #BBCAB4; }
span { border-color: rgb(187,202,180); }
td.TdClassName
{
border-color: #BBCAB4;
}
.TagClassName
{
border-color: #BBCAB4;
}
</style>