Shades of Surf #B4CCB7
Tints of Surf #B4CCB7
RGB
CMYK
RGB Variations
Color information
#B4CCB7 (or 0xB4CCB7) is known color: Surf. HEX triplet: B4, CC and B7. RGB value is (180,204,183). Sum of RGB (Red+Green+Blue) = 180+204+183=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCB7 is #4B3348. Grayscale: #C2C2C2. Windows color (decimal): -4928329 or 12045492. OLE color: 12045492.
HSL color Cylindrical-coordinate representation of color #B4CCB7: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CCB7 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 183 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.2 |
| HSL | 127.5º | 0.19% | 0.75% | - |
| HSV(B) | 127.5º | 0.12% | 0.8% | - |
| XYZ | 48.96 | 56.31 | 53.09 | - |
| YUV | 194.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 183 | 0.12 | 0 | 0.10 | 0.2 | 127.5 | 0.19 | 0.75 |
| Hex | B4 | CC | B7 | C | 0 | A | 14 | 80 | 13 | 4B |
| Octal | 264 | 314 | 267 | 14 | 0 | 12 | 24 | 200 | 23 | 113 |
| Binary | 10110100 | 11001100 | 10110111 | 1100 | 0 | 1010 | 10100 | 10000000 | 10011 | 1001011 |
Color Harmonies of #B4CCB7
Complementary color
Monochromatic Colors of #B4CCB7
Black with #B4CCB7
Text Example
Text Example
White with #B4CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CCB7; }
p { color: rgb(180,204,183); }
H1.HeaderClassName
{
color: #B4CCB7;
}
.AnyTagClassName
{
color: #B4CCB7;
}
</style>
background-color css
<style>
a { background-color: #B4CCB7; }
a { background-color: rgb(180,204,183); }
div.DivClassName
{
background-color: #B4CCB7;
}
.BgClassName
{
background-color: #B4CCB7;
}
</style>
border-color css
<style>
span { border-color: #B4CCB7; }
span { border-color: rgb(180,204,183); }
td.TdClassName
{
border-color: #B4CCB7;
}
.TagClassName
{
border-color: #B4CCB7;
}
</style>