Html Css Color HEX #BAFEE0 Water Leaf

📋 copy color: '#BAFEE0'

red 186 ◦ green 254 ◦ blue 224

#BAFEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BAFEE0

Tints of Water Leaf #BAFEE0

RGB

 RED value IS 186 (73.05% from 255) = 28.01%

 GREEN value IS 254 (99.61% from 255) = 38.25%

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 28.01%
G = 38.25%
B = 33.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#BAFEE0 (or 0xBAFEE0) is known color: Water Leaf. HEX triplet: BA, FE and E0. RGB value is (186,254,224). Sum of RGB (Red+Green+Blue) = 186+254+224=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEE0 is #45011F. Grayscale: #E6E6E6. Windows color (decimal): -4522272 or 14745274. OLE color: 14745274.

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

Color convert

RGB 186 254 224 -
CMYK 0.27 0 0.12 0.00
HSL 153.53º 0.97% 0.86% -
HSV(B) 153.53º 0.27% 1% -
XYZ 69.15 86.7 83.61 -
YUV 230.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 186 254 224 0.27 0 0.12 0.00 153.53 0.97 0.86
Hex BA FE E0 1B 0 C 0 9A 61 56
Octal 272 376 340 33 0 14 0 232 141 126
Binary 10111010 11111110 11100000 11011 0 1100 0 10011010 1100001 1010110

Color Harmonies of #BAFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFEE0

Black with #BAFEE0

Text Example


Text Example

White with #BAFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFEE0; }

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

 H1.HeaderClassName
 {
   color: #BAFEE0;
 }
 .AnyTagClassName
 {
   color: #BAFEE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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