Html Css Color HEX #BAF2E8 Water Leaf

📋 copy color: '#BAF2E8'

red 186 ◦ green 242 ◦ blue 232

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

Shades of Water Leaf #BAF2E8

Tints of Water Leaf #BAF2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.15%

R = 28.18%
G = 36.67%
B = 35.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#BAF2E8 (or 0xBAF2E8) is known color: Water Leaf. HEX triplet: BA, F2 and E8. RGB value is (186,242,232). Sum of RGB (Red+Green+Blue) = 186+242+232=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2E8 is #450D17. Grayscale: #E0E0E0. Windows color (decimal): -4525336 or 15266490. OLE color: 15266490.

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

Color convert

RGB 186 242 232 -
CMYK 0.23 0 0.04 0.05
HSL 169.29º 0.68% 0.84% -
HSV(B) 169.29º 0.23% 0.95% -
XYZ 66.57 79.77 88.23 -
YUV 224.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 186 242 232 0.23 0 0.04 0.05 169.29 0.68 0.84
Hex BA F2 E8 17 0 4 5 A9 44 54
Octal 272 362 350 27 0 4 5 251 104 124
Binary 10111010 11110010 11101000 10111 0 100 101 10101001 1000100 1010100

Color Harmonies of #BAF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2E8

Black with #BAF2E8

Text Example


Text Example

White with #BAF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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