#BBDABD

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

Shades of Surf #BBDABD

Tints of Surf #BBDABD

Color information

#BBDABD (or 0xBBDABD) is unknown color: approx Surf. HEX triplet: BB, DA and BD. RGB value is (187,218,189). Sum of RGB (Red+Green+Blue) = 187+218+189=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABD is #442542. Grayscale: #CDCDCD. Windows color (decimal): -4465987 or 12442299. OLE color: 12442299.

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

Color convert

RGB187218189-
CMYK0.1400.130.15
HSL123.87º29.52%79.41%-
HSV(B)123.87º14.22%85.49%-
XYZ54.7564.3857.69-
YUV205.42118.73114.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=31.48%
G=36.70%
B=31.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181890.1400.130.15123.8729.5279.41
HexBBDABDE0DF7c1e4f
Octal273332275160151717436117
Binary10111011110110101011110111100110111111111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDABD; }

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

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

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

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

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

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

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

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