Html Css Color HEX #BAFFE0 Water Leaf

📋 copy color: '#BAFFE0'

red 186 ◦ green 255 ◦ blue 224

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

Shades of Water Leaf #BAFFE0

Tints of Water Leaf #BAFFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 38.35%

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

R = 27.97%
G = 38.35%
B = 33.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#BAFFE0 (or 0xBAFFE0) is known color: Water Leaf. HEX triplet: BA, FF and E0. RGB value is (186,255,224). Sum of RGB (Red+Green+Blue) = 186+255+224=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE0 is #45001F. Grayscale: #E6E6E6. Windows color (decimal): -4522016 or 14745530. OLE color: 14745530.

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

Color convert

RGB 186 255 224 -
CMYK 0.27 0 0.12 0
HSL 153.04º 1% 0.86% -
HSV(B) 153.04º 0.27% 1% -
XYZ 69.46 87.34 83.72 -
YUV 230.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 186 255 224 0.27 0 0.12 0 153.04 1 0.86
Hex BA FF E0 1B 0 C 0 99 64 56
Octal 272 377 340 33 0 14 0 231 144 126
Binary 10111010 11111111 11100000 11011 0 1100 0 10011001 1100100 1010110

Color Harmonies of #BAFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFE0

Black with #BAFFE0

Text Example


Text Example

White with #BAFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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