Html Css Color HEX #BAF7E9 Water Leaf

📋 copy color: '#BAF7E9'

red 186 ◦ green 247 ◦ blue 233

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

Shades of Water Leaf #BAF7E9

Tints of Water Leaf #BAF7E9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.09%

 BLUE value IS 233 (91.41% from 255) = 34.98%

R = 27.93%
G = 37.09%
B = 34.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#BAF7E9 (or 0xBAF7E9) is known color: Water Leaf. HEX triplet: BA, F7 and E9. RGB value is (186,247,233). Sum of RGB (Red+Green+Blue) = 186+247+233=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7E9 is #450816. Grayscale: #E3E3E3. Windows color (decimal): -4524055 or 15333306. OLE color: 15333306.

HSL color Cylindrical-coordinate representation of color #BAF7E9: hue angle of 166.23º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7E9 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 233 -
CMYK 0.25 0 0.06 0.03
HSL 166.23º 0.79% 0.85% -
HSV(B) 166.23º 0.25% 0.97% -
XYZ 68.22 82.84 89.49 -
YUV 227.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 186 247 233 0.25 0 0.06 0.03 166.23 0.79 0.85
Hex BA F7 E9 19 0 6 3 A6 4F 55
Octal 272 367 351 31 0 6 3 246 117 125
Binary 10111010 11110111 11101001 11001 0 110 11 10100110 1001111 1010101

Color Harmonies of #BAF7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF7E9

Black with #BAF7E9

Text Example


Text Example

White with #BAF7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF7E9; }

 p { color: rgb(186,247,233); }

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

background-color css

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

 a { background-color: rgb(186,247,233); }

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

border-color css

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

 span { border-color: rgb(186,247,233); }

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