Html Css Color HEX #BAFBE5 Water Leaf

📋 copy color: '#BAFBE5'

red 186 ◦ green 251 ◦ blue 229

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

Shades of Water Leaf #BAFBE5

Tints of Water Leaf #BAFBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.69%

 BLUE value IS 229 (89.84% from 255) = 34.38%

R = 27.93%
G = 37.69%
B = 34.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#BAFBE5 (or 0xBAFBE5) is known color: Water Leaf. HEX triplet: BA, FB and E5. RGB value is (186,251,229). Sum of RGB (Red+Green+Blue) = 186+251+229=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBE5 is #45041A. Grayscale: #E5E5E5. Windows color (decimal): -4523035 or 15072186. OLE color: 15072186.

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

Color convert

RGB 186 251 229 -
CMYK 0.26 0 0.09 0.02
HSL 159.69º 0.89% 0.86% -
HSV(B) 159.69º 0.26% 0.98% -
XYZ 68.89 85.09 86.92 -
YUV 229.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 186 251 229 0.26 0 0.09 0.02 159.69 0.89 0.86
Hex BA FB E5 1A 0 9 2 A0 59 56
Octal 272 373 345 32 0 11 2 240 131 126
Binary 10111010 11111011 11100101 11010 0 1001 10 10100000 1011001 1010110

Color Harmonies of #BAFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBE5

Black with #BAFBE5

Text Example


Text Example

White with #BAFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBE5; }

 p { color: rgb(186,251,229); }

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

background-color css

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

 a { background-color: rgb(186,251,229); }

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

border-color css

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

 span { border-color: rgb(186,251,229); }

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