#BBDABA

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

Shades of Surf #BBDABA

Tints of Surf #BBDABA

Color information

#BBDABA (or 0xBBDABA) is unknown color: approx Surf. HEX triplet: BB, DA and BA. RGB value is (187,218,186). Sum of RGB (Red+Green+Blue) = 187+218+186=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABA is #442545. Grayscale: #CDCDCD. Windows color (decimal): -4465990 or 12245691. OLE color: 12245691.

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

Color convert

RGB187218186-
CMYK0.1400.150.15
HSL118.12º30.19%79.22%-
HSV(B)118.12º14.68%85.49%-
XYZ54.4364.2555.99-
YUV205.08117.23115.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=31.64%
G=36.89%
B=31.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181860.1400.150.15118.1230.1979.22
HexBBDABAE0FF761e4f
Octal273332272160171716636117
Binary10111011110110101011101011100111111111110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDABA; }

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

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

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

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

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

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

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

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