Shades of Surf #B6CDBC
Tints of Surf #B6CDBC
RGB
CMYK
RGB Variations
Color information
#B6CDBC (or 0xB6CDBC) is known color: Surf. HEX triplet: B6, CD and BC. RGB value is (182,205,188). Sum of RGB (Red+Green+Blue) = 182+205+188=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDBC is #493243. Grayscale: #C4C4C4. Windows color (decimal): -4796996 or 12373430. OLE color: 12373430.
HSL color Cylindrical-coordinate representation of color #B6CDBC: hue angle of 135.65º 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 #B6CDBC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 205 | 188 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.20 |
| HSL | 135.65º | 0.19% | 0.76% | - |
| HSV(B) | 135.65º | 0.11% | 0.8% | - |
| XYZ | 50.2 | 57.24 | 55.98 | - |
| YUV | 196.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 205 | 188 | 0.11 | 0 | 0.08 | 0.20 | 135.65 | 0.19 | 0.76 |
| Hex | B6 | CD | BC | B | 0 | 8 | 14 | 88 | 13 | 4C |
| Octal | 266 | 315 | 274 | 13 | 0 | 10 | 24 | 210 | 23 | 114 |
| Binary | 10110110 | 11001101 | 10111100 | 1011 | 0 | 1000 | 10100 | 10001000 | 10011 | 1001100 |
Color Harmonies of #B6CDBC
Complementary color
Monochromatic Colors of #B6CDBC
Black with #B6CDBC
Text Example
Text Example
White with #B6CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDBC; }
p { color: rgb(182,205,188); }
H1.HeaderClassName
{
color: #B6CDBC;
}
.AnyTagClassName
{
color: #B6CDBC;
}
</style>
background-color css
<style>
a { background-color: #B6CDBC; }
a { background-color: rgb(182,205,188); }
div.DivClassName
{
background-color: #B6CDBC;
}
.BgClassName
{
background-color: #B6CDBC;
}
</style>
border-color css
<style>
span { border-color: #B6CDBC; }
span { border-color: rgb(182,205,188); }
td.TdClassName
{
border-color: #B6CDBC;
}
.TagClassName
{
border-color: #B6CDBC;
}
</style>