Shades of Surf #B1CFB3
Tints of Surf #B1CFB3
RGB
CMYK
RGB Variations
Color information
#B1CFB3 (or 0xB1CFB3) is known color: Surf. HEX triplet: B1, CF and B3. RGB value is (177,207,179). Sum of RGB (Red+Green+Blue) = 177+207+179=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFB3 is #4E304C. Grayscale: #C2C2C2. Windows color (decimal): -5124173 or 11784113. OLE color: 11784113.
HSL color Cylindrical-coordinate representation of color #B1CFB3: hue angle of 124º 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 #B1CFB3 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 179 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.19 |
| HSL | 124º | 0.24% | 0.75% | - |
| HSV(B) | 124º | 0.14% | 0.81% | - |
| XYZ | 48.58 | 57.23 | 51.13 | - |
| YUV | 194.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 179 | 0.14 | 0 | 0.14 | 0.19 | 124 | 0.24 | 0.75 |
| Hex | B1 | CF | B3 | E | 0 | E | 13 | 7C | 18 | 4B |
| Octal | 261 | 317 | 263 | 16 | 0 | 16 | 23 | 174 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10110011 | 1110 | 0 | 1110 | 10011 | 1111100 | 11000 | 1001011 |
Color Harmonies of #B1CFB3
Complementary color
Monochromatic Colors of #B1CFB3
Black with #B1CFB3
Text Example
Text Example
White with #B1CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFB3; }
p { color: rgb(177,207,179); }
H1.HeaderClassName
{
color: #B1CFB3;
}
.AnyTagClassName
{
color: #B1CFB3;
}
</style>
background-color css
<style>
a { background-color: #B1CFB3; }
a { background-color: rgb(177,207,179); }
div.DivClassName
{
background-color: #B1CFB3;
}
.BgClassName
{
background-color: #B1CFB3;
}
</style>
border-color css
<style>
span { border-color: #B1CFB3; }
span { border-color: rgb(177,207,179); }
td.TdClassName
{
border-color: #B1CFB3;
}
.TagClassName
{
border-color: #B1CFB3;
}
</style>