#BAFEEB

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

Shades of Water Leaf #BAFEEB

Tints of Water Leaf #BAFEEB

Color information

#BAFEEB (or 0xBAFEEB) is unknown color: approx Water Leaf. HEX triplet: BA, FE and EB. RGB value is (186,254,235). Sum of RGB (Red+Green+Blue) = 186+254+235=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEEB is #450114. Grayscale: #E7E7E7. Windows color (decimal): -4522261 or 15466170. OLE color: 15466170.

HSL color Cylindrical-coordinate representation of color #BAFEEB: hue angle of 163.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEEB is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB186254235-
CMYK0.2700.070.00
HSL163.24º97.14%86.27%-
HSV(B)163.24º26.77%99.61%-
XYZ70.6987.3291.73-
YUV231.5129.9795.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.56%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=27.56%
G=37.63%
B=34.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542350.2700.070.00163.2497.1486.27
HexBAFEEB1B070a36156
Octal27237635333070243141126
Binary10111010111111101110101111011011101010001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEEB; }

 p { color: rgb(186,254,235); }

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

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

 a { background-color: rgb(186,254,235); }

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

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

 span { border-color: rgb(186,254,235); }

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