#BBDABF

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

Shades of Surf #BBDABF

Tints of Surf #BBDABF

Color information

#BBDABF (or 0xBBDABF) is unknown color: approx Surf. HEX triplet: BB, DA and BF. RGB value is (187,218,191). Sum of RGB (Red+Green+Blue) = 187+218+191=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABF is #442540. Grayscale: #CDCDCD. Windows color (decimal): -4465985 or 12573371. OLE color: 12573371.

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

Color convert

RGB187218191-
CMYK0.1400.120.15
HSL127.74º29.52%79.41%-
HSV(B)127.74º14.22%85.49%-
XYZ54.9764.4758.84-
YUV205.65119.73114.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 191 (75% from 255) = 32.05%
R=31.38%
G=36.58%
B=32.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181910.1400.120.15127.7429.5279.41
HexBBDABFE0CF801e4f
Octal273332277160141720036117
Binary101110111101101010111111111001100111110000000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDABF; }

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

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

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

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

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

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

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

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