#B6D8BC

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

Shades of Surf #B6D8BC

Tints of Surf #B6D8BC

Color information

#B6D8BC (or 0xB6D8BC) is unknown color: approx Surf. HEX triplet: B6, D8 and BC. RGB value is (182,216,188). Sum of RGB (Red+Green+Blue) = 182+216+188=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8BC is #492743. Grayscale: #CACACA. Windows color (decimal): -4794180 or 12376246. OLE color: 12376246.

HSL color Cylindrical-coordinate representation of color #B6D8BC: hue angle of 130.59º degrees, saturation: 0.3, 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 #B6D8BC is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB182216188-
CMYK0.1600.130.15
HSL130.59º30.36%78.04%-
HSV(B)130.59º15.74%84.71%-
XYZ52.9262.6956.89-
YUV202.64119.74113.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.06%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=31.06%
G=36.86%
B=32.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822161880.1600.130.15130.5930.3678.04
HexB6D8BC100DF831e4e
Octal266330274200151720336116
Binary1011011011011000101111001000001101111110000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D8BC; }

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

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

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

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

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

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

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

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