#B9D1BC

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

Shades of Surf #B9D1BC

Tints of Surf #B9D1BC

Color information

#B9D1BC (or 0xB9D1BC) is unknown color: approx Surf. HEX triplet: B9, D1 and BC. RGB value is (185,209,188). Sum of RGB (Red+Green+Blue) = 185+209+188=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1BC is #462E43. Grayscale: #C7C7C7. Windows color (decimal): -4599364 or 12374457. OLE color: 12374457.

HSL color Cylindrical-coordinate representation of color #B9D1BC: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D1BC is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB185209188-
CMYK0.1100.100.18
HSL127.5º20.69%77.25%-
HSV(B)127.5º11.48%81.96%-
XYZ51.8959.5556.34-
YUV199.43121.55117.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 209 (82.03% from 255) = 35.91%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=31.79%
G=35.91%
B=32.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852091880.1100.100.18127.520.6977.25
HexB9D1BCB0A127f154d
Octal271321274130122217725115
Binary101110011101000110111100101101010100101111111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D1BC; }

 p { color: rgb(185,209,188); }

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

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

 a { background-color: rgb(185,209,188); }

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

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

 span { border-color: rgb(185,209,188); }

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