Shades of Surf Crest #BBCDB7
Tints of Surf Crest #BBCDB7
RGB
CMYK
RGB Variations
Color information
#BBCDB7 (or 0xBBCDB7) is known color: Surf Crest. HEX triplet: BB, CD and B7. RGB value is (187,205,183). Sum of RGB (Red+Green+Blue) = 187+205+183=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDB7 is #443248. Grayscale: #C5C5C5. Windows color (decimal): -4469321 or 12045755. OLE color: 12045755.
HSL color Cylindrical-coordinate representation of color #BBCDB7: hue angle of 109.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCDB7 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 205 | 183 | - |
CMYK | 0.09 | 0 | 0.11 | 0.20 |
HSL | 109.09º | 0.18% | 0.76% | - |
HSV(B) | 109.09º | 0.11% | 0.8% | - |
XYZ | 50.87 | 57.65 | 53.25 | - |
YUV | 197.11 | 120.04 | 120.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 183 | 0.09 | 0 | 0.11 | 0.20 | 109.09 | 0.18 | 0.76 |
Hex | BB | CD | B7 | 9 | 0 | B | 14 | 6D | 12 | 4C |
Octal | 273 | 315 | 267 | 11 | 0 | 13 | 24 | 155 | 22 | 114 |
Binary | 10111011 | 11001101 | 10110111 | 1001 | 0 | 1011 | 10100 | 1101101 | 10010 | 1001100 |
Color Harmonies of #BBCDB7
Complementary color
Monochromatic Colors of #BBCDB7
Black with #BBCDB7
Text Example
Text Example
White with #BBCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDB7; }
p { color: rgb(187,205,183); }
H1.HeaderClassName
{
color: #BBCDB7;
}
.AnyTagClassName
{
color: #BBCDB7;
}
</style>
background-color css
<style>
a { background-color: #BBCDB7; }
a { background-color: rgb(187,205,183); }
div.DivClassName
{
background-color: #BBCDB7;
}
.BgClassName
{
background-color: #BBCDB7;
}
</style>
border-color css
<style>
span { border-color: #BBCDB7; }
span { border-color: rgb(187,205,183); }
td.TdClassName
{
border-color: #BBCDB7;
}
.TagClassName
{
border-color: #BBCDB7;
}
</style>