#B9D9BC

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

Shades of Surf #B9D9BC

Tints of Surf #B9D9BC

Color information

#B9D9BC (or 0xB9D9BC) is unknown color: approx Surf. HEX triplet: B9, D9 and BC. RGB value is (185,217,188). Sum of RGB (Red+Green+Blue) = 185+217+188=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9BC is #462643. Grayscale: #CCCCCC. Windows color (decimal): -4597316 or 12376505. OLE color: 12376505.

HSL color Cylindrical-coordinate representation of color #B9D9BC: hue angle of 125.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9D9BC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB185217188-
CMYK0.1500.130.15
HSL125.62º29.63%78.82%-
HSV(B)125.62º14.75%85.1%-
XYZ53.963.5757.01-
YUV204.13118.9114.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 188 (73.83% from 255) = 31.86%
R=31.36%
G=36.78%
B=31.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171880.1500.130.15125.6229.6378.82
HexB9D9BCF0DF7e1e4f
Octal271331274170151717636117
Binary10111001110110011011110011110110111111111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D9BC; }

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

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

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

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

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

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

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

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