#BAFEEE

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

Shades of Water Leaf #BAFEEE

Tints of Water Leaf #BAFEEE

Color information

#BAFEEE (or 0xBAFEEE) is unknown color: approx Water Leaf. HEX triplet: BA, FE and EE. RGB value is (186,254,238). Sum of RGB (Red+Green+Blue) = 186+254+238=678 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.43% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEEE is #450111. Grayscale: #E7E7E7. Windows color (decimal): -4522258 or 15662778. OLE color: 15662778.

HSL color Cylindrical-coordinate representation of color #BAFEEE: hue angle of 165.88º 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 #BAFEEE is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB186254238-
CMYK0.2700.060.00
HSL165.88º97.14%86.27%-
HSV(B)165.88º26.77%99.61%-
XYZ71.1287.594.03-
YUV231.84131.4795.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.43%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=27.43%
G=37.46%
B=35.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542380.2700.060.00165.8897.1486.27
HexBAFEEE1B060a66156
Octal27237635633060246141126
Binary10111010111111101110111011011011001010011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEEE; }

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

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

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

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

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

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

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

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