#B9CCBD

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

Shades of Surf #B9CCBD

Tints of Surf #B9CCBD

Color information

#B9CCBD (or 0xB9CCBD) is unknown color: approx Surf. HEX triplet: B9, CC and BD. RGB value is (185,204,189). Sum of RGB (Red+Green+Blue) = 185+204+189=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCBD is #463342. Grayscale: #C4C4C4. Windows color (decimal): -4600643 or 12438713. OLE color: 12438713.

HSL color Cylindrical-coordinate representation of color #B9CCBD: hue angle of 132.63º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCBD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB185204189-
CMYK0.0900.070.2
HSL132.63º15.7%76.27%-
HSV(B)132.63º9.31%80%-
XYZ50.7957.1756.5-
YUV196.61123.71119.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=32.01%
G=35.29%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041890.0900.070.2132.6315.776.27
HexB9CCBD9071485104c
Octal27131427511072420520114
Binary101110011100110010111101100101111010010000101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCBD; }

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

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

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

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

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

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

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

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