#BAF1DB

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

Shades of Water Leaf #BAF1DB

Tints of Water Leaf #BAF1DB

Color information

#BAF1DB (or 0xBAF1DB) is unknown color: approx Water Leaf. HEX triplet: BA, F1 and DB. RGB value is (186,241,219). Sum of RGB (Red+Green+Blue) = 186+241+219=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1DB is #450E24. Grayscale: #DEDEDE. Windows color (decimal): -4525605 or 14414266. OLE color: 14414266.

HSL color Cylindrical-coordinate representation of color #BAF1DB: hue angle of 156º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1DB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB186241219-
CMYK0.2300.090.05
HSL156º66.27%83.73%-
HSV(B)156º22.82%94.51%-
XYZ64.4978.4678.76-
YUV222.05126.28102.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=28.79%
G=37.31%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412190.2300.090.0515666.2783.73
HexBAF1DB170959c4254
Octal272361333270115234102124
Binary10111010111100011101101110111010011011001110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1DB; }

 p { color: rgb(186,241,219); }

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

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

 a { background-color: rgb(186,241,219); }

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

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

 span { border-color: rgb(186,241,219); }

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