Shades of Surf Crest #BECDB8
Tints of Surf Crest #BECDB8
RGB
CMYK
RGB Variations
Color information
#BECDB8 (or 0xBECDB8) is known color: Surf Crest. HEX triplet: BE, CD and B8. RGB value is (190,205,184). Sum of RGB (Red+Green+Blue) = 190+205+184=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDB8 is #413247. Grayscale: #C6C6C6. Windows color (decimal): -4272712 or 12111294. OLE color: 12111294.
HSL color Cylindrical-coordinate representation of color #BECDB8: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECDB8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 184 | - |
CMYK | 0.07 | 0 | 0.10 | 0.20 |
HSL | 102.86º | 0.17% | 0.76% | - |
HSV(B) | 102.86º | 0.1% | 0.8% | - |
XYZ | 51.72 | 58.07 | 53.83 | - |
YUV | 198.12 | 120.03 | 122.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 184 | 0.07 | 0 | 0.10 | 0.20 | 102.86 | 0.17 | 0.76 |
Hex | BE | CD | B8 | 7 | 0 | A | 14 | 67 | 11 | 4C |
Octal | 276 | 315 | 270 | 7 | 0 | 12 | 24 | 147 | 21 | 114 |
Binary | 10111110 | 11001101 | 10111000 | 111 | 0 | 1010 | 10100 | 1100111 | 10001 | 1001100 |
Color Harmonies of #BECDB8
Complementary color
Monochromatic Colors of #BECDB8
Black with #BECDB8
Text Example
Text Example
White with #BECDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDB8; }
p { color: rgb(190,205,184); }
H1.HeaderClassName
{
color: #BECDB8;
}
.AnyTagClassName
{
color: #BECDB8;
}
</style>
background-color css
<style>
a { background-color: #BECDB8; }
a { background-color: rgb(190,205,184); }
div.DivClassName
{
background-color: #BECDB8;
}
.BgClassName
{
background-color: #BECDB8;
}
</style>
border-color css
<style>
span { border-color: #BECDB8; }
span { border-color: rgb(190,205,184); }
td.TdClassName
{
border-color: #BECDB8;
}
.TagClassName
{
border-color: #BECDB8;
}
</style>