Html Css Color HEX #BAF1E9 Water Leaf

📋 copy color: '#BAF1E9'

red 186 ◦ green 241 ◦ blue 233

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

Shades of Water Leaf #BAF1E9

Tints of Water Leaf #BAF1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.3%

R = 28.18%
G = 36.52%
B = 35.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#BAF1E9 (or 0xBAF1E9) is known color: Water Leaf. HEX triplet: BA, F1 and E9. RGB value is (186,241,233). Sum of RGB (Red+Green+Blue) = 186+241+233=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1E9 is #450E16. Grayscale: #DFDFDF. Windows color (decimal): -4525591 or 15331770. OLE color: 15331770.

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

Color convert

RGB 186 241 233 -
CMYK 0.23 0 0.03 0.05
HSL 171.27º 0.66% 0.84% -
HSV(B) 171.27º 0.23% 0.95% -
XYZ 66.41 79.23 88.88 -
YUV 223.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 186 241 233 0.23 0 0.03 0.05 171.27 0.66 0.84
Hex BA F1 E9 17 0 3 5 AB 42 54
Octal 272 361 351 27 0 3 5 253 102 124
Binary 10111010 11110001 11101001 10111 0 11 101 10101011 1000010 1010100

Color Harmonies of #BAF1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1E9

Black with #BAF1E9

Text Example


Text Example

White with #BAF1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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