#B2D4B6

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

Shades of Surf #B2D4B6

Tints of Surf #B2D4B6

Color information

#B2D4B6 (or 0xB2D4B6) is unknown color: approx Surf. HEX triplet: B2, D4 and B6. RGB value is (178,212,182). Sum of RGB (Red+Green+Blue) = 178+212+182=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D4B6 is #4D2B49. Grayscale: #C6C6C6. Windows color (decimal): -5057354 or 11982002. OLE color: 11982002.

HSL color Cylindrical-coordinate representation of color #B2D4B6: hue angle of 127.06º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D4B6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB178212182-
CMYK0.1600.140.17
HSL127.06º28.33%76.47%-
HSV(B)127.06º16.04%83.14%-
XYZ50.3559.9353.17-
YUV198.41118.74113.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=31.12%
G=37.06%
B=31.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782121820.1600.140.17127.0628.3376.47
HexB2D4B6100E117f1c4c
Octal262324266200162117734114
Binary1011001011010100101101101000001110100011111111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D4B6; }

 p { color: rgb(178,212,182); }

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

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

 a { background-color: rgb(178,212,182); }

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

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

 span { border-color: rgb(178,212,182); }

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