#B6CDB9

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

Shades of Surf #B6CDB9

Tints of Surf #B6CDB9

Color information

#B6CDB9 (or 0xB6CDB9) is unknown color: approx Surf. HEX triplet: B6, CD and B9. RGB value is (182,205,185). Sum of RGB (Red+Green+Blue) = 182+205+185=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDB9 is #493246. Grayscale: #C3C3C3. Windows color (decimal): -4796999 or 12176822. OLE color: 12176822.

HSL color Cylindrical-coordinate representation of color #B6CDB9: hue angle of 127.83º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDB9 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB182205185-
CMYK0.1100.100.20
HSL127.83º18.7%75.88%-
HSV(B)127.83º11.22%80.39%-
XYZ49.8857.1154.29-
YUV195.84121.88118.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=31.82%
G=35.84%
B=32.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051850.1100.100.20127.8318.775.88
HexB6CDB9B0A1480134c
Octal266315271130122420023114
Binary1011011011001101101110011011010101010010000000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDB9; }

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

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

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

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

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

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

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

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