Shades of Surf #B6CDB8
Tints of Surf #B6CDB8
RGB
CMYK
RGB Variations
Color information
#B6CDB8 (or 0xB6CDB8) is known color: Surf. HEX triplet: B6, CD and B8. RGB value is (182,205,184). Sum of RGB (Red+Green+Blue) = 182+205+184=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDB8 is #493247. Grayscale: #C3C3C3. Windows color (decimal): -4797000 or 12111286. OLE color: 12111286.
HSL color Cylindrical-coordinate representation of color #B6CDB8: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDB8 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 205 | 184 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.20 |
| HSL | 125.22º | 0.19% | 0.76% | - |
| HSV(B) | 125.22º | 0.11% | 0.8% | - |
| XYZ | 49.77 | 57.07 | 53.74 | - |
| YUV | 195.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 205 | 184 | 0.11 | 0 | 0.10 | 0.20 | 125.22 | 0.19 | 0.76 |
| Hex | B6 | CD | B8 | B | 0 | A | 14 | 7D | 13 | 4C |
| Octal | 266 | 315 | 270 | 13 | 0 | 12 | 24 | 175 | 23 | 114 |
| Binary | 10110110 | 11001101 | 10111000 | 1011 | 0 | 1010 | 10100 | 1111101 | 10011 | 1001100 |
Color Harmonies of #B6CDB8
Complementary color
Monochromatic Colors of #B6CDB8
Black with #B6CDB8
Text Example
Text Example
White with #B6CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDB8; }
p { color: rgb(182,205,184); }
H1.HeaderClassName
{
color: #B6CDB8;
}
.AnyTagClassName
{
color: #B6CDB8;
}
</style>
background-color css
<style>
a { background-color: #B6CDB8; }
a { background-color: rgb(182,205,184); }
div.DivClassName
{
background-color: #B6CDB8;
}
.BgClassName
{
background-color: #B6CDB8;
}
</style>
border-color css
<style>
span { border-color: #B6CDB8; }
span { border-color: rgb(182,205,184); }
td.TdClassName
{
border-color: #B6CDB8;
}
.TagClassName
{
border-color: #B6CDB8;
}
</style>