#BBDABC

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

Shades of Surf #BBDABC

Tints of Surf #BBDABC

Color information

#BBDABC (or 0xBBDABC) is unknown color: approx Surf. HEX triplet: BB, DA and BC. RGB value is (187,218,188). Sum of RGB (Red+Green+Blue) = 187+218+188=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABC is #442543. Grayscale: #CDCDCD. Windows color (decimal): -4465988 or 12376763. OLE color: 12376763.

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

Color convert

RGB187218188-
CMYK0.1400.140.15
HSL121.94º29.52%79.41%-
HSV(B)121.94º14.22%85.49%-
XYZ54.6464.3457.12-
YUV205.31118.23114.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=31.53%
G=36.76%
B=31.70%

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
Decimal1872181880.1400.140.15121.9429.5279.41
HexBBDABCE0EF7a1e4f
Octal273332274160161717236117
Binary10111011110110101011110011100111011111111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDABC; }

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

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

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

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

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

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

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

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