Html Css Color HEX #BAF9E2 Water Leaf

📋 copy color: '#BAF9E2'

red 186 ◦ green 249 ◦ blue 226

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

Shades of Water Leaf #BAF9E2

Tints of Water Leaf #BAF9E2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.67%

 BLUE value IS 226 (88.67% from 255) = 34.19%

R = 28.14%
G = 37.67%
B = 34.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#BAF9E2 (or 0xBAF9E2) is known color: Water Leaf. HEX triplet: BA, F9 and E2. RGB value is (186,249,226). Sum of RGB (Red+Green+Blue) = 186+249+226=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9E2 is #45061D. Grayscale: #E3E3E3. Windows color (decimal): -4523550 or 14875066. OLE color: 14875066.

HSL color Cylindrical-coordinate representation of color #BAF9E2: hue angle of 158.1º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9E2 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 226 -
CMYK 0.25 0 0.09 0.02
HSL 158.1º 0.84% 0.85% -
HSV(B) 158.1º 0.25% 0.98% -
XYZ 67.85 83.68 84.53 -
YUV 227.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 186 249 226 0.25 0 0.09 0.02 158.1 0.84 0.85
Hex BA F9 E2 19 0 9 2 9E 54 55
Octal 272 371 342 31 0 11 2 236 124 125
Binary 10111010 11111001 11100010 11001 0 1001 10 10011110 1010100 1010101

Color Harmonies of #BAF9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9E2

Black with #BAF9E2

Text Example


Text Example

White with #BAF9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9E2; }

 p { color: rgb(186,249,226); }

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

background-color css

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

 a { background-color: rgb(186,249,226); }

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

border-color css

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

 span { border-color: rgb(186,249,226); }

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