#BAF0DC

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

Shades of Water Leaf #BAF0DC

Tints of Water Leaf #BAF0DC

Color information

#BAF0DC (or 0xBAF0DC) is unknown color: approx Water Leaf. HEX triplet: BA, F0 and DC. RGB value is (186,240,220). Sum of RGB (Red+Green+Blue) = 186+240+220=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0DC is #450F23. Grayscale: #DDDDDD. Windows color (decimal): -4525860 or 14479546. OLE color: 14479546.

HSL color Cylindrical-coordinate representation of color #BAF0DC: hue angle of 157.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAF0DC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB186240220-
CMYK0.2200.080.06
HSL157.78º64.29%83.53%-
HSV(B)157.78º22.5%94.12%-
XYZ64.3377.9379.36-
YUV221.57127.11102.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 240 (94.14% from 255) = 37.15%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=28.79%
G=37.15%
B=34.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402200.2200.080.06157.7864.2983.53
HexBAF0DC160869e4054
Octal272360334260106236100124
Binary10111010111100001101110010110010001101001111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0DC; }

 p { color: rgb(186,240,220); }

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

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

 a { background-color: rgb(186,240,220); }

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

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

 span { border-color: rgb(186,240,220); }

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