Shades of Surf #B1CFB4
Tints of Surf #B1CFB4
RGB
CMYK
RGB Variations
Color information
#B1CFB4 (or 0xB1CFB4) is known color: Surf. HEX triplet: B1, CF and B4. RGB value is (177,207,180). Sum of RGB (Red+Green+Blue) = 177+207+180=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFB4 is #4E304B. Grayscale: #C3C3C3. Windows color (decimal): -5124172 or 11849649. OLE color: 11849649.
HSL color Cylindrical-coordinate representation of color #B1CFB4: hue angle of 126º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CFB4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 180 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.19 |
| HSL | 126º | 0.24% | 0.75% | - |
| HSV(B) | 126º | 0.14% | 0.81% | - |
| XYZ | 48.68 | 57.27 | 51.67 | - |
| YUV | 194.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 180 | 0.14 | 0 | 0.13 | 0.19 | 126 | 0.24 | 0.75 |
| Hex | B1 | CF | B4 | E | 0 | D | 13 | 7E | 18 | 4B |
| Octal | 261 | 317 | 264 | 16 | 0 | 15 | 23 | 176 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10110100 | 1110 | 0 | 1101 | 10011 | 1111110 | 11000 | 1001011 |
Color Harmonies of #B1CFB4
Complementary color
Monochromatic Colors of #B1CFB4
Black with #B1CFB4
Text Example
Text Example
White with #B1CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFB4; }
p { color: rgb(177,207,180); }
H1.HeaderClassName
{
color: #B1CFB4;
}
.AnyTagClassName
{
color: #B1CFB4;
}
</style>
background-color css
<style>
a { background-color: #B1CFB4; }
a { background-color: rgb(177,207,180); }
div.DivClassName
{
background-color: #B1CFB4;
}
.BgClassName
{
background-color: #B1CFB4;
}
</style>
border-color css
<style>
span { border-color: #B1CFB4; }
span { border-color: rgb(177,207,180); }
td.TdClassName
{
border-color: #B1CFB4;
}
.TagClassName
{
border-color: #B1CFB4;
}
</style>