#B9DBBB

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

Shades of Surf #B9DBBB

Tints of Surf #B9DBBB

Color information

#B9DBBB (or 0xB9DBBB) is unknown color: approx Surf. HEX triplet: B9, DB and BB. RGB value is (185,219,187). Sum of RGB (Red+Green+Blue) = 185+219+187=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBBB is #462444. Grayscale: #CDCDCD. Windows color (decimal): -4596805 or 12311481. OLE color: 12311481.

HSL color Cylindrical-coordinate representation of color #B9DBBB: hue angle of 123.53º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DBBB is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB185219187-
CMYK0.1600.150.14
HSL123.53º32.08%79.22%-
HSV(B)123.53º15.53%85.88%-
XYZ54.3164.5756.61-
YUV205.19117.74113.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=31.30%
G=37.06%
B=31.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852191870.1600.150.14123.5332.0879.22
HexB9DBBB100FE7c204f
Octal271333273200171617440117
Binary1011100111011011101110111000001111111011111001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBBB; }

 p { color: rgb(185,219,187); }

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

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

 a { background-color: rgb(185,219,187); }

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

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

 span { border-color: rgb(185,219,187); }

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