Shades of Surf Crest #BBD3B3
Tints of Surf Crest #BBD3B3
RGB
CMYK
RGB Variations
Color information
#BBD3B3 (or 0xBBD3B3) is known color: Surf Crest. HEX triplet: BB, D3 and B3. RGB value is (187,211,179). Sum of RGB (Red+Green+Blue) = 187+211+179=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3B3 is #442C4C. Grayscale: #C8C8C8. Windows color (decimal): -4467789 or 11785147. OLE color: 11785147.
HSL color Cylindrical-coordinate representation of color #BBD3B3: hue angle of 105º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD3B3 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 179 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.17 |
| HSL | 105º | 0.27% | 0.76% | - |
| HSV(B) | 105º | 0.15% | 0.83% | - |
| XYZ | 51.92 | 60.41 | 51.57 | - |
| YUV | 200.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 179 | 0.11 | 0 | 0.15 | 0.17 | 105 | 0.27 | 0.76 |
| Hex | BB | D3 | B3 | B | 0 | F | 11 | 69 | 1B | 4C |
| Octal | 273 | 323 | 263 | 13 | 0 | 17 | 21 | 151 | 33 | 114 |
| Binary | 10111011 | 11010011 | 10110011 | 1011 | 0 | 1111 | 10001 | 1101001 | 11011 | 1001100 |
Color Harmonies of #BBD3B3
Complementary color
Monochromatic Colors of #BBD3B3
Black with #BBD3B3
Text Example
Text Example
White with #BBD3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3B3; }
p { color: rgb(187,211,179); }
H1.HeaderClassName
{
color: #BBD3B3;
}
.AnyTagClassName
{
color: #BBD3B3;
}
</style>
background-color css
<style>
a { background-color: #BBD3B3; }
a { background-color: rgb(187,211,179); }
div.DivClassName
{
background-color: #BBD3B3;
}
.BgClassName
{
background-color: #BBD3B3;
}
</style>
border-color css
<style>
span { border-color: #BBD3B3; }
span { border-color: rgb(187,211,179); }
td.TdClassName
{
border-color: #BBD3B3;
}
.TagClassName
{
border-color: #BBD3B3;
}
</style>