Html Css Color HEX #BAF2E5 Water Leaf

📋 copy color: '#BAF2E5'

red 186 ◦ green 242 ◦ blue 229

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

Shades of Water Leaf #BAF2E5

Tints of Water Leaf #BAF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.83%

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

R = 28.31%
G = 36.83%
B = 34.86%

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

#BAF2E5 (or 0xBAF2E5) is known color: Water Leaf. HEX triplet: BA, F2 and E5. RGB value is (186,242,229). Sum of RGB (Red+Green+Blue) = 186+242+229=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2E5 is #450D1A. Grayscale: #DFDFDF. Windows color (decimal): -4525339 or 15069882. OLE color: 15069882.

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

Color convert

RGB 186 242 229 -
CMYK 0.23 0 0.05 0.05
HSL 166.07º 0.68% 0.84% -
HSV(B) 166.07º 0.23% 0.95% -
XYZ 66.14 79.6 86.01 -
YUV 223.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 186 242 229 0.23 0 0.05 0.05 166.07 0.68 0.84
Hex BA F2 E5 17 0 5 5 A6 44 54
Octal 272 362 345 27 0 5 5 246 104 124
Binary 10111010 11110010 11100101 10111 0 101 101 10100110 1000100 1010100

Color Harmonies of #BAF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2E5

Black with #BAF2E5

Text Example


Text Example

White with #BAF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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