#B9D0BC

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

Shades of Surf #B9D0BC

Tints of Surf #B9D0BC

Color information

#B9D0BC (or 0xB9D0BC) is unknown color: approx Surf. HEX triplet: B9, D0 and BC. RGB value is (185,208,188). Sum of RGB (Red+Green+Blue) = 185+208+188=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0BC is #462F43. Grayscale: #C6C6C6. Windows color (decimal): -4599620 or 12374201. OLE color: 12374201.

HSL color Cylindrical-coordinate representation of color #B9D0BC: hue angle of 127.83º degrees, saturation: 0.2, 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 #B9D0BC is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB185208188-
CMYK0.1100.100.18
HSL127.83º19.66%77.06%-
HSV(B)127.83º11.06%81.57%-
XYZ51.6459.0656.25-
YUV198.84121.88118.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=31.84%
G=35.80%
B=32.36%

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
Decimal1852081880.1100.100.18127.8319.6677.06
HexB9D0BCB0A1280144d
Octal271320274130122220024115
Binary1011100111010000101111001011010101001010000000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0BC; }

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

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

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

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

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

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

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

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