#B6D5B9

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

Shades of Surf #B6D5B9

Tints of Surf #B6D5B9

Color information

#B6D5B9 (or 0xB6D5B9) is unknown color: approx Surf. HEX triplet: B6, D5 and B9. RGB value is (182,213,185). Sum of RGB (Red+Green+Blue) = 182+213+185=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5B9 is #492A46. Grayscale: #C8C8C8. Windows color (decimal): -4794951 or 12178870. OLE color: 12178870.

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

Color convert

RGB182213185-
CMYK0.1500.130.16
HSL125.81º26.96%77.45%-
HSV(B)125.81º14.55%83.53%-
XYZ51.8461.0454.95-
YUV200.54119.23114.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=31.38%
G=36.72%
B=31.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131850.1500.130.16125.8126.9677.45
HexB6D5B9F0D107e1b4d
Octal266325271170152017633115
Binary101101101101010110111001111101101100001111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D5B9; }

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

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

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

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

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

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

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

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