#B6D8BA

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

Shades of Surf #B6D8BA

Tints of Surf #B6D8BA

Color information

#B6D8BA (or 0xB6D8BA) is unknown color: approx Surf. HEX triplet: B6, D8 and BA. RGB value is (182,216,186). Sum of RGB (Red+Green+Blue) = 182+216+186=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8BA is #492745. Grayscale: #CACACA. Windows color (decimal): -4794182 or 12245174. OLE color: 12245174.

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

Color convert

RGB182216186-
CMYK0.1600.140.15
HSL127.06º30.36%78.04%-
HSV(B)127.06º15.74%84.71%-
XYZ52.7162.655.76-
YUV202.41118.74113.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=31.16%
G=36.99%
B=31.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822161860.1600.140.15127.0630.3678.04
HexB6D8BA100EF7f1e4e
Octal266330272200161717736116
Binary101101101101100010111010100000111011111111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D8BA; }

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

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

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

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

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

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

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

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