#BBDABB

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

Shades of Surf #BBDABB

Tints of Surf #BBDABB

Color information

#BBDABB (or 0xBBDABB) is unknown color: approx Surf. HEX triplet: BB, DA and BB. RGB value is (187,218,187). Sum of RGB (Red+Green+Blue) = 187+218+187=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABB is #442544. Grayscale: #CDCDCD. Windows color (decimal): -4465989 or 12311227. OLE color: 12311227.

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

Color convert

RGB187218187-
CMYK0.1400.140.15
HSL120º29.52%79.41%-
HSV(B)120º14.22%85.49%-
XYZ54.5364.356.55-
YUV205.2117.73115.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=31.59%
G=36.82%
B=31.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181870.1400.140.1512029.5279.41
HexBBDABBE0EF781e4f
Octal273332273160161717036117
Binary10111011110110101011101111100111011111111000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDABB; }

 p { color: rgb(187,218,187); }

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

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

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

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

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

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

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