#B9CDBD

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

Shades of Surf #B9CDBD

Tints of Surf #B9CDBD

Color information

#B9CDBD (or 0xB9CDBD) is unknown color: approx Surf. HEX triplet: B9, CD and BD. RGB value is (185,205,189). Sum of RGB (Red+Green+Blue) = 185+205+189=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDBD is #463242. Grayscale: #C5C5C5. Windows color (decimal): -4600387 or 12438969. OLE color: 12438969.

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

Color convert

RGB185205189-
CMYK0.1000.080.20
HSL132º16.67%76.47%-
HSV(B)132º9.76%80.39%-
XYZ51.0257.6556.58-
YUV197.2123.37119.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=31.95%
G=35.41%
B=32.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852051890.1000.080.2013216.6776.47
HexB9CDBDA081484114c
Octal271315275120102420421114
Binary1011100111001101101111011010010001010010000100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDBD; }

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

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

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

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

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

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

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

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