#B6CEB9

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

Shades of Surf #B6CEB9

Tints of Surf #B6CEB9

Color information

#B6CEB9 (or 0xB6CEB9) is unknown color: approx Surf. HEX triplet: B6, CE and B9. RGB value is (182,206,185). Sum of RGB (Red+Green+Blue) = 182+206+185=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEB9 is #493146. Grayscale: #C4C4C4. Windows color (decimal): -4796743 or 12177078. OLE color: 12177078.

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

Color convert

RGB182206185-
CMYK0.1200.100.19
HSL127.5º19.67%76.08%-
HSV(B)127.5º11.65%80.78%-
XYZ50.1257.5954.37-
YUV196.43121.55117.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=31.76%
G=35.95%
B=32.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061850.1200.100.19127.519.6776.08
HexB6CEB9C0A137f144c
Octal266316271140122317724114
Binary101101101100111010111001110001010100111111111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEB9; }

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

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

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

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

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

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

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

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