#B0D2B2

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

Shades of Surf #B0D2B2

Tints of Surf #B0D2B2

Color information

#B0D2B2 (or 0xB0D2B2) is unknown color: approx Surf. HEX triplet: B0, D2 and B2. RGB value is (176,210,178). Sum of RGB (Red+Green+Blue) = 176+210+178=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D2B2 is #4F2D4D. Grayscale: #C4C4C4. Windows color (decimal): -5188942 or 11719344. OLE color: 11719344.

HSL color Cylindrical-coordinate representation of color #B0D2B2: hue angle of 123.53º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2B2 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB176210178-
CMYK0.1600.150.18
HSL123.53º27.42%75.69%-
HSV(B)123.53º16.19%82.35%-
XYZ48.9958.5450.84-
YUV196.19117.74113.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 178 (69.92% from 255) = 31.56%
R=31.21%
G=37.23%
B=31.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101780.1600.150.18123.5327.4275.69
HexB0D2B2100F127c1b4c
Octal260322262200172217433114
Binary1011000011010010101100101000001111100101111100110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D2B2; }

 p { color: rgb(176,210,178); }

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

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

 a { background-color: rgb(176,210,178); }

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

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

 span { border-color: rgb(176,210,178); }

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