#B9CABD

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

Shades of Surf #B9CABD

Tints of Surf #B9CABD

Color information

#B9CABD (or 0xB9CABD) is unknown color: approx Surf. HEX triplet: B9, CA and BD. RGB value is (185,202,189). Sum of RGB (Red+Green+Blue) = 185+202+189=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CABD is #463542. Grayscale: #C3C3C3. Windows color (decimal): -4601155 or 12438201. OLE color: 12438201.

HSL color Cylindrical-coordinate representation of color #B9CABD: hue angle of 134.12º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9CABD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB185202189-
CMYK0.0800.060.21
HSL134.12º13.82%75.88%-
HSV(B)134.12º8.42%79.22%-
XYZ50.3156.2356.35-
YUV195.44124.37120.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=32.12%
G=35.07%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021890.0800.060.21134.1213.8275.88
HexB9CABD8061586e4c
Octal27131227510062520616114
Binary10111001110010101011110110000110101011000011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CABD; }

 p { color: rgb(185,202,189); }

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

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

 a { background-color: rgb(185,202,189); }

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

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

 span { border-color: rgb(185,202,189); }

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