#B6D2BA

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

Shades of Surf #B6D2BA

Tints of Surf #B6D2BA

Color information

#B6D2BA (or 0xB6D2BA) is unknown color: approx Surf. HEX triplet: B6, D2 and BA. RGB value is (182,210,186). Sum of RGB (Red+Green+Blue) = 182+210+186=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D2BA is #492D45. Grayscale: #C6C6C6. Windows color (decimal): -4795718 or 12243638. OLE color: 12243638.

HSL color Cylindrical-coordinate representation of color #B6D2BA: hue angle of 128.57º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6D2BA is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB182210186-
CMYK0.1300.110.18
HSL128.57º23.73%76.86%-
HSV(B)128.57º13.33%82.35%-
XYZ51.259.5855.26-
YUV198.89120.72115.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 210 (82.42% from 255) = 36.33%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=31.49%
G=36.33%
B=32.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101860.1300.110.18128.5723.7376.86
HexB6D2BAD0B1281184d
Octal266322272150132220130115
Binary1011011011010010101110101101010111001010000001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D2BA; }

 p { color: rgb(182,210,186); }

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

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

 a { background-color: rgb(182,210,186); }

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

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

 span { border-color: rgb(182,210,186); }

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