#B9DDBA

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

Shades of Surf #B9DDBA

Tints of Surf #B9DDBA

Color information

#B9DDBA (or 0xB9DDBA) is unknown color: approx Surf. HEX triplet: B9, DD and BA. RGB value is (185,221,186). Sum of RGB (Red+Green+Blue) = 185+221+186=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDBA is #462245. Grayscale: #CECECE. Windows color (decimal): -4596294 or 12246457. OLE color: 12246457.

HSL color Cylindrical-coordinate representation of color #B9DDBA: hue angle of 121.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDBA is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB185221186-
CMYK0.1600.160.13
HSL121.67º34.62%79.61%-
HSV(B)121.67º16.29%86.67%-
XYZ54.7365.5756.23-
YUV206.25116.57112.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=31.25%
G=37.33%
B=31.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852211860.1600.160.13121.6734.6279.61
HexB9DDBA10010D7a2350
Octal271335272200201517243120
Binary10111001110111011011101010000010000110111110101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDBA; }

 p { color: rgb(185,221,186); }

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

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

 a { background-color: rgb(185,221,186); }

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

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

 span { border-color: rgb(185,221,186); }

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