Html Css Color HEX #BAF1E1 Water Leaf

📋 copy color: '#BAF1E1'

red 186 ◦ green 241 ◦ blue 225

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

Shades of Water Leaf #BAF1E1

Tints of Water Leaf #BAF1E1

RGB

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

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

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

R = 28.53%
G = 36.96%
B = 34.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#BAF1E1 (or 0xBAF1E1) is known color: Water Leaf. HEX triplet: BA, F1 and E1. RGB value is (186,241,225). Sum of RGB (Red+Green+Blue) = 186+241+225=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1E1 is #450E1E. Grayscale: #DEDEDE. Windows color (decimal): -4525599 or 14807482. OLE color: 14807482.

HSL color Cylindrical-coordinate representation of color #BAF1E1: hue angle of 162.55º 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 #BAF1E1 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 225 -
CMYK 0.23 0 0.07 0.05
HSL 162.55º 0.66% 0.84% -
HSV(B) 162.55º 0.23% 0.95% -
XYZ 65.3 78.79 83 -
YUV 222.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 186 241 225 0.23 0 0.07 0.05 162.55 0.66 0.84
Hex BA F1 E1 17 0 7 5 A3 42 54
Octal 272 361 341 27 0 7 5 243 102 124
Binary 10111010 11110001 11100001 10111 0 111 101 10100011 1000010 1010100

Color Harmonies of #BAF1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1E1

Black with #BAF1E1

Text Example


Text Example

White with #BAF1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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