#B0D8B4

Color #B0D8B4 Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #B0D8B4

Tints of Surf #B0D8B4

Color information

#B0D8B4 (or 0xB0D8B4) is unknown color: approx Surf. HEX triplet: B0, D8 and B4. RGB value is (176,216,180). Sum of RGB (Red+Green+Blue) = 176+216+180=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8B4 is #4F274B. Grayscale: #C8C8C8. Windows color (decimal): -5187404 or 11851952. OLE color: 11851952.

HSL color Cylindrical-coordinate representation of color #B0D8B4: hue angle of 126º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8B4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB176216180-
CMYK0.1900.170.15
HSL126º33.9%76.86%-
HSV(B)126º18.52%84.71%-
XYZ50.761.6452.41-
YUV199.94116.75110.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=30.77%
G=37.76%
B=31.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161800.1900.170.1512633.976.86
HexB0D8B413011F7e224d
Octal260330264230211717642115
Binary10110000110110001011010010011010001111111111101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D8B4; }

 p { color: rgb(176,216,180); }

 H1.HeaderClassName
 {
   color: #B0D8B4;
 }
 .AnyTagClassName
 {
   color: #B0D8B4;
 }
</style>
background-color css

<style>
 a { background-color: #B0D8B4; }

 a { background-color: rgb(176,216,180); }

 div.DivClassName
 {
   background-color: #B0D8B4;
 }
 .BgClassName
 {
   background-color: #B0D8B4;
 }
</style>
border-color css

<style>
 span { border-color: #B0D8B4; }

 span { border-color: rgb(176,216,180); }

 td.TdClassName
 {
   border-color: #B0D8B4;
 }
 .TagClassName
 {
   border-color: #B0D8B4;
 }
</style>