#BBDABE

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

Shades of Surf #BBDABE

Tints of Surf #BBDABE

Color information

#BBDABE (or 0xBBDABE) is unknown color: approx Surf. HEX triplet: BB, DA and BE. RGB value is (187,218,190). Sum of RGB (Red+Green+Blue) = 187+218+190=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABE is #442541. Grayscale: #CDCDCD. Windows color (decimal): -4465986 or 12507835. OLE color: 12507835.

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

Color convert

RGB187218190-
CMYK0.1400.130.15
HSL125.81º29.52%79.41%-
HSV(B)125.81º14.22%85.49%-
XYZ54.8664.4358.26-
YUV205.54119.23114.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=31.43%
G=36.64%
B=31.93%

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
Decimal1872181900.1400.130.15125.8129.5279.41
HexBBDABEE0DF7e1e4f
Octal273332276160151717636117
Binary10111011110110101011111011100110111111111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDABE; }

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

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

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

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

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

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

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

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