#BBDCB9

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

Shades of Surf #BBDCB9

Tints of Surf #BBDCB9

Color information

#BBDCB9 (or 0xBBDCB9) is unknown color: approx Surf. HEX triplet: BB, DC and B9. RGB value is (187,220,185). Sum of RGB (Red+Green+Blue) = 187+220+185=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCB9 is #442346. Grayscale: #CECECE. Windows color (decimal): -4465479 or 12180667. OLE color: 12180667.

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

Color convert

RGB187220185-
CMYK0.1500.160.14
HSL116.57º33.33%79.41%-
HSV(B)116.57º15.91%86.27%-
XYZ54.8465.2555.6-
YUV206.14116.07114.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=31.59%
G=37.16%
B=31.25%

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
Decimal1872201850.1500.160.14116.5733.3379.41
HexBBDCB9F010E75214f
Octal273334271170201616541117
Binary1011101111011100101110011111010000111011101011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCB9; }

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

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

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

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

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

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

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

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