Shades of Surf Crest #BEDFB6
Tints of Surf Crest #BEDFB6
RGB
CMYK
RGB Variations
Color information
#BEDFB6 (or 0xBEDFB6) is known color: Surf Crest. HEX triplet: BE, DF and B6. RGB value is (190,223,182). Sum of RGB (Red+Green+Blue) = 190+223+182=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFB6 is #412049. Grayscale: #D0D0D0. Windows color (decimal): -4268106 or 11984830. OLE color: 11984830.
HSL color Cylindrical-coordinate representation of color #BEDFB6: hue angle of 108.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEDFB6 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 223 | 182 | - |
CMYK | 0.15 | 0 | 0.18 | 0.13 |
HSL | 108.29º | 0.39% | 0.79% | - |
HSV(B) | 108.29º | 0.18% | 0.87% | - |
XYZ | 56.07 | 67.1 | 54.25 | - |
YUV | 208.46 | 113.07 | 114.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 223 | 182 | 0.15 | 0 | 0.18 | 0.13 | 108.29 | 0.39 | 0.79 |
Hex | BE | DF | B6 | F | 0 | 12 | D | 6C | 27 | 4F |
Octal | 276 | 337 | 266 | 17 | 0 | 22 | 15 | 154 | 47 | 117 |
Binary | 10111110 | 11011111 | 10110110 | 1111 | 0 | 10010 | 1101 | 1101100 | 100111 | 1001111 |
Color Harmonies of #BEDFB6
Complementary color
Monochromatic Colors of #BEDFB6
Black with #BEDFB6
Text Example
Text Example
White with #BEDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFB6; }
p { color: rgb(190,223,182); }
H1.HeaderClassName
{
color: #BEDFB6;
}
.AnyTagClassName
{
color: #BEDFB6;
}
</style>
background-color css
<style>
a { background-color: #BEDFB6; }
a { background-color: rgb(190,223,182); }
div.DivClassName
{
background-color: #BEDFB6;
}
.BgClassName
{
background-color: #BEDFB6;
}
</style>
border-color css
<style>
span { border-color: #BEDFB6; }
span { border-color: rgb(190,223,182); }
td.TdClassName
{
border-color: #BEDFB6;
}
.TagClassName
{
border-color: #BEDFB6;
}
</style>