#B9CEBD

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

Shades of Surf #B9CEBD

Tints of Surf #B9CEBD

Color information

#B9CEBD (or 0xB9CEBD) is unknown color: approx Surf. HEX triplet: B9, CE and BD. RGB value is (185,206,189). Sum of RGB (Red+Green+Blue) = 185+206+189=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBD is #463142. Grayscale: #C5C5C5. Windows color (decimal): -4600131 or 12439225. OLE color: 12439225.

HSL color Cylindrical-coordinate representation of color #B9CEBD: hue angle of 131.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CEBD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB185206189-
CMYK0.1000.080.19
HSL131.43º17.65%76.67%-
HSV(B)131.43º10.19%80.78%-
XYZ51.2658.1356.66-
YUV197.78123.04118.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=31.90%
G=35.52%
B=32.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061890.1000.080.19131.4317.6576.67
HexB9CEBDA081383124d
Octal271316275120102320322115
Binary1011100111001110101111011010010001001110000011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEBD; }

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

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

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

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

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

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

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

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