#B6D8B5

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

Shades of Surf #B6D8B5

Tints of Surf #B6D8B5

Color information

#B6D8B5 (or 0xB6D8B5) is unknown color: approx Surf. HEX triplet: B6, D8 and B5. RGB value is (182,216,181). Sum of RGB (Red+Green+Blue) = 182+216+181=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8B5 is #49274A. Grayscale: #C9C9C9. Windows color (decimal): -4794187 or 11917494. OLE color: 11917494.

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

Color convert

RGB182216181-
CMYK0.1600.160.15
HSL118.29º30.97%77.84%-
HSV(B)118.29º16.2%84.71%-
XYZ52.1962.3953.01-
YUV201.84116.24113.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 181 (71.09% from 255) = 31.26%
R=31.43%
G=37.31%
B=31.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822161810.1600.160.15118.2930.9777.84
HexB6D8B510010F761f4e
Octal266330265200201716637116
Binary1011011011011000101101011000001000011111110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D8B5; }

 p { color: rgb(182,216,181); }

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

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

 a { background-color: rgb(182,216,181); }

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

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

 span { border-color: rgb(182,216,181); }

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