#B6CBB9

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

Shades of Surf #B6CBB9

Tints of Surf #B6CBB9

Color information

#B6CBB9 (or 0xB6CBB9) is unknown color: approx Surf. HEX triplet: B6, CB and B9. RGB value is (182,203,185). Sum of RGB (Red+Green+Blue) = 182+203+185=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBB9 is #493446. Grayscale: #C2C2C2. Windows color (decimal): -4797511 or 12176310. OLE color: 12176310.

HSL color Cylindrical-coordinate representation of color #B6CBB9: hue angle of 128.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6CBB9 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB182203185-
CMYK0.1000.090.20
HSL128.57º16.8%75.49%-
HSV(B)128.57º10.34%79.61%-
XYZ49.456.1654.13-
YUV194.67122.54118.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=31.93%
G=35.61%
B=32.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031850.1000.090.20128.5716.875.49
HexB6CBB9A091481114b
Octal266313271120112420121113
Binary1011011011001011101110011010010011010010000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBB9; }

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

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

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

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

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

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

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

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