Html Css Color HEX #BAF4E6 Water Leaf

📋 copy color: '#BAF4E6'

red 186 ◦ green 244 ◦ blue 230

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

Shades of Water Leaf #BAF4E6

Tints of Water Leaf #BAF4E6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.97%

 BLUE value IS 230 (90.23% from 255) = 34.85%

R = 28.18%
G = 36.97%
B = 34.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#BAF4E6 (or 0xBAF4E6) is known color: Water Leaf. HEX triplet: BA, F4 and E6. RGB value is (186,244,230). Sum of RGB (Red+Green+Blue) = 186+244+230=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4E6 is #450B19. Grayscale: #E1E1E1. Windows color (decimal): -4524826 or 15135930. OLE color: 15135930.

HSL color Cylindrical-coordinate representation of color #BAF4E6: hue angle of 165.52º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4E6 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 244 230 -
CMYK 0.24 0 0.06 0.04
HSL 165.52º 0.73% 0.84% -
HSV(B) 165.52º 0.24% 0.96% -
XYZ 66.88 80.85 86.94 -
YUV 225.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 186 244 230 0.24 0 0.06 0.04 165.52 0.73 0.84
Hex BA F4 E6 18 0 6 4 A6 48 54
Octal 272 364 346 30 0 6 4 246 110 124
Binary 10111010 11110100 11100110 11000 0 110 100 10100110 1001000 1010100

Color Harmonies of #BAF4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF4E6

Black with #BAF4E6

Text Example


Text Example

White with #BAF4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF4E6; }

 p { color: rgb(186,244,230); }

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

background-color css

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

 a { background-color: rgb(186,244,230); }

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

border-color css

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

 span { border-color: rgb(186,244,230); }

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