Html Css Color HEX #BAFFE1 Water Leaf

📋 copy color: '#BAFFE1'

red 186 ◦ green 255 ◦ blue 225

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

Shades of Water Leaf #BAFFE1

Tints of Water Leaf #BAFFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.78%

R = 27.93%
G = 38.29%
B = 33.78%

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

#BAFFE1 (or 0xBAFFE1) is known color: Water Leaf. HEX triplet: BA, FF and E1. RGB value is (186,255,225). Sum of RGB (Red+Green+Blue) = 186+255+225=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE1 is #45001E. Grayscale: #E7E7E7. Windows color (decimal): -4522015 or 14811066. OLE color: 14811066.

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

Color convert

RGB 186 255 225 -
CMYK 0.27 0 0.12 0
HSL 153.91º 1% 0.86% -
HSV(B) 153.91º 0.27% 1% -
XYZ 69.6 87.4 84.43 -
YUV 230.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 186 255 225 0.27 0 0.12 0 153.91 1 0.86
Hex BA FF E1 1B 0 C 0 9A 64 56
Octal 272 377 341 33 0 14 0 232 144 126
Binary 10111010 11111111 11100001 11011 0 1100 0 10011010 1100100 1010110

Color Harmonies of #BAFFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFE1

Black with #BAFFE1

Text Example


Text Example

White with #BAFFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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