Shades of Surf Crest #BACEB4
Tints of Surf Crest #BACEB4
RGB
CMYK
RGB Variations
Color information
#BACEB4 (or 0xBACEB4) is known color: Surf Crest. HEX triplet: BA, CE and B4. RGB value is (186,206,180). Sum of RGB (Red+Green+Blue) = 186+206+180=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEB4 is #45314B. Grayscale: #C5C5C5. Windows color (decimal): -4534604 or 11849402. OLE color: 11849402.
HSL color Cylindrical-coordinate representation of color #BACEB4: hue angle of 106.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACEB4 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 180 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.19 |
| HSL | 106.15º | 0.21% | 0.76% | - |
| HSV(B) | 106.15º | 0.13% | 0.81% | - |
| XYZ | 50.56 | 57.88 | 51.69 | - |
| YUV | 197.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 180 | 0.10 | 0 | 0.13 | 0.19 | 106.15 | 0.21 | 0.76 |
| Hex | BA | CE | B4 | A | 0 | D | 13 | 6A | 15 | 4C |
| Octal | 272 | 316 | 264 | 12 | 0 | 15 | 23 | 152 | 25 | 114 |
| Binary | 10111010 | 11001110 | 10110100 | 1010 | 0 | 1101 | 10011 | 1101010 | 10101 | 1001100 |
Color Harmonies of #BACEB4
Complementary color
Monochromatic Colors of #BACEB4
Black with #BACEB4
Text Example
Text Example
White with #BACEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEB4; }
p { color: rgb(186,206,180); }
H1.HeaderClassName
{
color: #BACEB4;
}
.AnyTagClassName
{
color: #BACEB4;
}
</style>
background-color css
<style>
a { background-color: #BACEB4; }
a { background-color: rgb(186,206,180); }
div.DivClassName
{
background-color: #BACEB4;
}
.BgClassName
{
background-color: #BACEB4;
}
</style>
border-color css
<style>
span { border-color: #BACEB4; }
span { border-color: rgb(186,206,180); }
td.TdClassName
{
border-color: #BACEB4;
}
.TagClassName
{
border-color: #BACEB4;
}
</style>