Html Css Color HEX #BAF1E5 Water Leaf

📋 copy color: '#BAF1E5'

red 186 ◦ green 241 ◦ blue 229

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

Shades of Water Leaf #BAF1E5

Tints of Water Leaf #BAF1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.74%

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 28.35%
G = 36.74%
B = 34.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#BAF1E5 (or 0xBAF1E5) is known color: Water Leaf. HEX triplet: BA, F1 and E5. RGB value is (186,241,229). Sum of RGB (Red+Green+Blue) = 186+241+229=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1E5 is #450E1A. Grayscale: #DFDFDF. Windows color (decimal): -4525595 or 15069626. OLE color: 15069626.

HSL color Cylindrical-coordinate representation of color #BAF1E5: hue angle of 166.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1E5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 229 -
CMYK 0.23 0 0.05 0.05
HSL 166.91º 0.66% 0.84% -
HSV(B) 166.91º 0.23% 0.95% -
XYZ 65.85 79.01 85.91 -
YUV 223.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 186 241 229 0.23 0 0.05 0.05 166.91 0.66 0.84
Hex BA F1 E5 17 0 5 5 A7 42 54
Octal 272 361 345 27 0 5 5 247 102 124
Binary 10111010 11110001 11100101 10111 0 101 101 10100111 1000010 1010100

Color Harmonies of #BAF1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1E5

Black with #BAF1E5

Text Example


Text Example

White with #BAF1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1E5; }

 p { color: rgb(186,241,229); }

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

background-color css

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

 a { background-color: rgb(186,241,229); }

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

border-color css

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

 span { border-color: rgb(186,241,229); }

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