#B6D6B9

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

Shades of Surf #B6D6B9

Tints of Surf #B6D6B9

Color information

#B6D6B9 (or 0xB6D6B9) is unknown color: approx Surf. HEX triplet: B6, D6 and B9. RGB value is (182,214,185). Sum of RGB (Red+Green+Blue) = 182+214+185=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6B9 is #492946. Grayscale: #C9C9C9. Windows color (decimal): -4794695 or 12179126. OLE color: 12179126.

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

Color convert

RGB182214185-
CMYK0.1500.140.16
HSL125.62º28.07%77.65%-
HSV(B)125.62º14.95%83.92%-
XYZ52.0961.5455.03-
YUV201.13118.9114.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.33%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=31.33%
G=36.83%
B=31.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141850.1500.140.16125.6228.0777.65
HexB6D6B9F0E107e1c4e
Octal266326271170162017634116
Binary101101101101011010111001111101110100001111110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6B9; }

 p { color: rgb(182,214,185); }

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

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

 a { background-color: rgb(182,214,185); }

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

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

 span { border-color: rgb(182,214,185); }

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