Shades of Surf Crest #BBCDB4
Tints of Surf Crest #BBCDB4
RGB
CMYK
RGB Variations
Color information
#BBCDB4 (or 0xBBCDB4) is known color: Surf Crest. HEX triplet: BB, CD and B4. RGB value is (187,205,180). Sum of RGB (Red+Green+Blue) = 187+205+180=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDB4 is #44324B. Grayscale: #C4C4C4. Windows color (decimal): -4469324 or 11849147. OLE color: 11849147.
HSL color Cylindrical-coordinate representation of color #BBCDB4: hue angle of 103.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCDB4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 205 | 180 | - |
CMYK | 0.09 | 0 | 0.12 | 0.20 |
HSL | 103.2º | 0.2% | 0.75% | - |
HSV(B) | 103.2º | 0.12% | 0.8% | - |
XYZ | 50.56 | 57.52 | 51.62 | - |
YUV | 196.77 | 118.54 | 121.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 180 | 0.09 | 0 | 0.12 | 0.20 | 103.2 | 0.2 | 0.75 |
Hex | BB | CD | B4 | 9 | 0 | C | 14 | 67 | 14 | 4B |
Octal | 273 | 315 | 264 | 11 | 0 | 14 | 24 | 147 | 24 | 113 |
Binary | 10111011 | 11001101 | 10110100 | 1001 | 0 | 1100 | 10100 | 1100111 | 10100 | 1001011 |
Color Harmonies of #BBCDB4
Complementary color
Monochromatic Colors of #BBCDB4
Black with #BBCDB4
Text Example
Text Example
White with #BBCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDB4; }
p { color: rgb(187,205,180); }
H1.HeaderClassName
{
color: #BBCDB4;
}
.AnyTagClassName
{
color: #BBCDB4;
}
</style>
background-color css
<style>
a { background-color: #BBCDB4; }
a { background-color: rgb(187,205,180); }
div.DivClassName
{
background-color: #BBCDB4;
}
.BgClassName
{
background-color: #BBCDB4;
}
</style>
border-color css
<style>
span { border-color: #BBCDB4; }
span { border-color: rgb(187,205,180); }
td.TdClassName
{
border-color: #BBCDB4;
}
.TagClassName
{
border-color: #BBCDB4;
}
</style>