Shades of Surf #B2DAB5
Tints of Surf #B2DAB5
RGB
CMYK
RGB Variations
Color information
#B2DAB5 (or 0xB2DAB5) is known color: Surf. HEX triplet: B2, DA and B5. RGB value is (178,218,181). Sum of RGB (Red+Green+Blue) = 178+218+181=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAB5 is #4D254A. Grayscale: #C9C9C9. Windows color (decimal): -5055819 or 11918002. OLE color: 11918002.
HSL color Cylindrical-coordinate representation of color #B2DAB5: hue angle of 124.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DAB5 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 178 | 218 | 181 | - |
CMYK | 0.18 | 0 | 0.17 | 0.15 |
HSL | 124.5º | 0.35% | 0.78% | - |
HSV(B) | 124.5º | 0.18% | 0.85% | - |
XYZ | 51.77 | 62.94 | 53.14 | - |
YUV | 201.82 | 116.25 | 111.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 218 | 181 | 0.18 | 0 | 0.17 | 0.15 | 124.5 | 0.35 | 0.78 |
Hex | B2 | DA | B5 | 12 | 0 | 11 | F | 7C | 23 | 4E |
Octal | 262 | 332 | 265 | 22 | 0 | 21 | 17 | 174 | 43 | 116 |
Binary | 10110010 | 11011010 | 10110101 | 10010 | 0 | 10001 | 1111 | 1111100 | 100011 | 1001110 |
Color Harmonies of #B2DAB5
Complementary color
Monochromatic Colors of #B2DAB5
Black with #B2DAB5
Text Example
Text Example
White with #B2DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAB5; }
p { color: rgb(178,218,181); }
H1.HeaderClassName
{
color: #B2DAB5;
}
.AnyTagClassName
{
color: #B2DAB5;
}
</style>
background-color css
<style>
a { background-color: #B2DAB5; }
a { background-color: rgb(178,218,181); }
div.DivClassName
{
background-color: #B2DAB5;
}
.BgClassName
{
background-color: #B2DAB5;
}
</style>
border-color css
<style>
span { border-color: #B2DAB5; }
span { border-color: rgb(178,218,181); }
td.TdClassName
{
border-color: #B2DAB5;
}
.TagClassName
{
border-color: #B2DAB5;
}
</style>