#BBDBB9

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

Shades of Surf #BBDBB9

Tints of Surf #BBDBB9

Color information

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

HSL color Cylindrical-coordinate representation of color #BBDBB9: hue angle of 116.47º 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 #BBDBB9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB187219185-
CMYK0.1500.160.14
HSL116.47º32.08%79.22%-
HSV(B)116.47º15.53%85.88%-
XYZ54.5864.7355.52-
YUV205.56116.4114.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191850.1500.160.14116.4732.0879.22
HexBBDBB9F010E74204f
Octal273333271170201616440117
Binary1011101111011011101110011111010000111011101001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBB9; }

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

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

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

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

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

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

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

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