Html Css Color HEX #BAFFE7 Water Leaf

📋 copy color: '#BAFFE7'

red 186 ◦ green 255 ◦ blue 231

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

Shades of Water Leaf #BAFFE7

Tints of Water Leaf #BAFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 37.95%

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

R = 27.68%
G = 37.95%
B = 34.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#BAFFE7 (or 0xBAFFE7) is known color: Water Leaf. HEX triplet: BA, FF and E7. RGB value is (186,255,231). Sum of RGB (Red+Green+Blue) = 186+255+231=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFE7 is #450018. Grayscale: #E7E7E7. Windows color (decimal): -4522009 or 15204282. OLE color: 15204282.

HSL color Cylindrical-coordinate representation of color #BAFFE7: hue angle of 159.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFE7 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 231 -
CMYK 0.27 0 0.09 0
HSL 159.13º 1% 0.86% -
HSV(B) 159.13º 0.27% 1% -
XYZ 70.43 87.73 88.82 -
YUV 231.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 186 255 231 0.27 0 0.09 0 159.13 1 0.86
Hex BA FF E7 1B 0 9 0 9F 64 56
Octal 272 377 347 33 0 11 0 237 144 126
Binary 10111010 11111111 11100111 11011 0 1001 0 10011111 1100100 1010110

Color Harmonies of #BAFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFE7

Black with #BAFFE7

Text Example


Text Example

White with #BAFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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