Shades of Surf Crest #BDCCB6
Tints of Surf Crest #BDCCB6
RGB
CMYK
RGB Variations
Color information
#BDCCB6 (or 0xBDCCB6) is known color: Surf Crest. HEX triplet: BD, CC and B6. RGB value is (189,204,182). Sum of RGB (Red+Green+Blue) = 189+204+182=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCB6 is #423349. Grayscale: #C5C5C5. Windows color (decimal): -4338506 or 11979965. OLE color: 11979965.
HSL color Cylindrical-coordinate representation of color #BDCCB6: hue angle of 100.91º 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 #BDCCB6 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 182 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.2 |
| HSL | 100.91º | 0.18% | 0.76% | - |
| HSV(B) | 100.91º | 0.11% | 0.8% | - |
| XYZ | 51.02 | 57.38 | 52.64 | - |
| YUV | 197.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 182 | 0.07 | 0 | 0.11 | 0.2 | 100.91 | 0.18 | 0.76 |
| Hex | BD | CC | B6 | 7 | 0 | B | 14 | 65 | 12 | 4C |
| Octal | 275 | 314 | 266 | 7 | 0 | 13 | 24 | 145 | 22 | 114 |
| Binary | 10111101 | 11001100 | 10110110 | 111 | 0 | 1011 | 10100 | 1100101 | 10010 | 1001100 |
Color Harmonies of #BDCCB6
Complementary color
Monochromatic Colors of #BDCCB6
Black with #BDCCB6
Text Example
Text Example
White with #BDCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCB6; }
p { color: rgb(189,204,182); }
H1.HeaderClassName
{
color: #BDCCB6;
}
.AnyTagClassName
{
color: #BDCCB6;
}
</style>
background-color css
<style>
a { background-color: #BDCCB6; }
a { background-color: rgb(189,204,182); }
div.DivClassName
{
background-color: #BDCCB6;
}
.BgClassName
{
background-color: #BDCCB6;
}
</style>
border-color css
<style>
span { border-color: #BDCCB6; }
span { border-color: rgb(189,204,182); }
td.TdClassName
{
border-color: #BDCCB6;
}
.TagClassName
{
border-color: #BDCCB6;
}
</style>