#B6D0BC

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

Shades of Surf #B6D0BC

Tints of Surf #B6D0BC

Color information

#B6D0BC (or 0xB6D0BC) is unknown color: approx Surf. HEX triplet: B6, D0 and BC. RGB value is (182,208,188). Sum of RGB (Red+Green+Blue) = 182+208+188=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D0BC is #492F43. Grayscale: #C6C6C6. Windows color (decimal): -4796228 or 12374198. OLE color: 12374198.

HSL color Cylindrical-coordinate representation of color #B6D0BC: hue angle of 133.85º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6D0BC is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB182208188-
CMYK0.1200.100.18
HSL133.85º21.67%76.47%-
HSV(B)133.85º12.5%81.57%-
XYZ50.9258.6956.22-
YUV197.95122.39116.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 208 (81.64% from 255) = 35.99%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=31.49%
G=35.99%
B=32.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822081880.1200.100.18133.8521.6776.47
HexB6D0BCC0A1286164c
Octal266320274140122220626114
Binary1011011011010000101111001100010101001010000110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D0BC; }

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

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

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

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

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

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

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

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