Html Css Color HEX #BAF4E7 Water Leaf

📋 copy color: '#BAF4E7'

red 186 ◦ green 244 ◦ blue 231

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

Shades of Water Leaf #BAF4E7

Tints of Water Leaf #BAF4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 28.14%
G = 36.91%
B = 34.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#BAF4E7 (or 0xBAF4E7) is known color: Water Leaf. HEX triplet: BA, F4 and E7. RGB value is (186,244,231). Sum of RGB (Red+Green+Blue) = 186+244+231=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4E7 is #450B18. Grayscale: #E1E1E1. Windows color (decimal): -4524825 or 15201466. OLE color: 15201466.

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

Color convert

RGB 186 244 231 -
CMYK 0.24 0 0.05 0.04
HSL 166.55º 0.73% 0.84% -
HSV(B) 166.55º 0.24% 0.96% -
XYZ 67.02 80.91 87.69 -
YUV 225.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 186 244 231 0.24 0 0.05 0.04 166.55 0.73 0.84
Hex BA F4 E7 18 0 5 4 A7 48 54
Octal 272 364 347 30 0 5 4 247 110 124
Binary 10111010 11110100 11100111 11000 0 101 100 10100111 1001000 1010100

Color Harmonies of #BAF4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF4E7

Black with #BAF4E7

Text Example


Text Example

White with #BAF4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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