#B9D5BF

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

Shades of Surf #B9D5BF

Tints of Surf #B9D5BF

Color information

#B9D5BF (or 0xB9D5BF) is unknown color: approx Surf. HEX triplet: B9, D5 and BF. RGB value is (185,213,191). Sum of RGB (Red+Green+Blue) = 185+213+191=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5BF is #462A40. Grayscale: #CACACA. Windows color (decimal): -4598337 or 12572089. OLE color: 12572089.

HSL color Cylindrical-coordinate representation of color #B9D5BF: hue angle of 132.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D5BF is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB185213191-
CMYK0.1300.100.16
HSL132.86º25%78.04%-
HSV(B)132.86º13.15%83.53%-
XYZ53.2161.6658.39-
YUV202.12121.72115.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 191 (75% from 255) = 32.43%
R=31.41%
G=36.16%
B=32.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852131910.1300.100.16132.862578.04
HexB9D5BFD0A1085194e
Octal271325277150122020531116
Binary1011100111010101101111111101010101000010000101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D5BF; }

 p { color: rgb(185,213,191); }

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

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

 a { background-color: rgb(185,213,191); }

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

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

 span { border-color: rgb(185,213,191); }

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