Shades of Surf Crest #BFDDBD
Tints of Surf Crest #BFDDBD
RGB
CMYK
RGB Variations
Color information
#BFDDBD (or 0xBFDDBD) is known color: Surf Crest. HEX triplet: BF, DD and BD. RGB value is (191,221,189). Sum of RGB (Red+Green+Blue) = 191+221+189=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBD is #402242. Grayscale: #D0D0D0. Windows color (decimal): -4203075 or 12443071. OLE color: 12443071.
HSL color Cylindrical-coordinate representation of color #BFDDBD: hue angle of 116.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDDBD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 221 | 189 | - |
CMYK | 0.14 | 0 | 0.14 | 0.13 |
HSL | 116.25º | 0.32% | 0.8% | - |
HSV(B) | 116.25º | 0.14% | 0.87% | - |
XYZ | 56.53 | 66.46 | 57.99 | - |
YUV | 208.38 | 117.06 | 115.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 189 | 0.14 | 0 | 0.14 | 0.13 | 116.25 | 0.32 | 0.8 |
Hex | BF | DD | BD | E | 0 | E | D | 74 | 20 | 50 |
Octal | 277 | 335 | 275 | 16 | 0 | 16 | 15 | 164 | 40 | 120 |
Binary | 10111111 | 11011101 | 10111101 | 1110 | 0 | 1110 | 1101 | 1110100 | 100000 | 1010000 |
Color Harmonies of #BFDDBD
Complementary color
Monochromatic Colors of #BFDDBD
Black with #BFDDBD
Text Example
Text Example
White with #BFDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDBD; }
p { color: rgb(191,221,189); }
H1.HeaderClassName
{
color: #BFDDBD;
}
.AnyTagClassName
{
color: #BFDDBD;
}
</style>
background-color css
<style>
a { background-color: #BFDDBD; }
a { background-color: rgb(191,221,189); }
div.DivClassName
{
background-color: #BFDDBD;
}
.BgClassName
{
background-color: #BFDDBD;
}
</style>
border-color css
<style>
span { border-color: #BFDDBD; }
span { border-color: rgb(191,221,189); }
td.TdClassName
{
border-color: #BFDDBD;
}
.TagClassName
{
border-color: #BFDDBD;
}
</style>