Shades of Surf Crest #BFE2B5
Tints of Surf Crest #BFE2B5
RGB
CMYK
RGB Variations
Color information
#BFE2B5 (or 0xBFE2B5) is known color: Surf Crest. HEX triplet: BF, E2 and B5. RGB value is (191,226,181). Sum of RGB (Red+Green+Blue) = 191+226+181=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2B5 is #401D4A. Grayscale: #D2D2D2. Windows color (decimal): -4201803 or 11920063. OLE color: 11920063.
HSL color Cylindrical-coordinate representation of color #BFE2B5: hue angle of 106.67º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE2B5 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 191 | 226 | 181 | - |
CMYK | 0.15 | 0 | 0.20 | 0.11 |
HSL | 106.67º | 0.44% | 0.8% | - |
HSV(B) | 106.67º | 0.2% | 0.89% | - |
XYZ | 57.02 | 68.81 | 53.99 | - |
YUV | 210.41 | 111.4 | 114.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 226 | 181 | 0.15 | 0 | 0.20 | 0.11 | 106.67 | 0.44 | 0.8 |
Hex | BF | E2 | B5 | F | 0 | 14 | B | 6B | 2C | 50 |
Octal | 277 | 342 | 265 | 17 | 0 | 24 | 13 | 153 | 54 | 120 |
Binary | 10111111 | 11100010 | 10110101 | 1111 | 0 | 10100 | 1011 | 1101011 | 101100 | 1010000 |
Color Harmonies of #BFE2B5
Complementary color
Monochromatic Colors of #BFE2B5
Black with #BFE2B5
Text Example
Text Example
White with #BFE2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2B5; }
p { color: rgb(191,226,181); }
H1.HeaderClassName
{
color: #BFE2B5;
}
.AnyTagClassName
{
color: #BFE2B5;
}
</style>
background-color css
<style>
a { background-color: #BFE2B5; }
a { background-color: rgb(191,226,181); }
div.DivClassName
{
background-color: #BFE2B5;
}
.BgClassName
{
background-color: #BFE2B5;
}
</style>
border-color css
<style>
span { border-color: #BFE2B5; }
span { border-color: rgb(191,226,181); }
td.TdClassName
{
border-color: #BFE2B5;
}
.TagClassName
{
border-color: #BFE2B5;
}
</style>