Html Css Color HEX #BAFBE3 Water Leaf

📋 copy color: '#BAFBE3'

red 186 ◦ green 251 ◦ blue 227

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

Shades of Water Leaf #BAFBE3

Tints of Water Leaf #BAFBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.19%

R = 28.01%
G = 37.8%
B = 34.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#BAFBE3 (or 0xBAFBE3) is known color: Water Leaf. HEX triplet: BA, FB and E3. RGB value is (186,251,227). Sum of RGB (Red+Green+Blue) = 186+251+227=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBE3 is #45041C. Grayscale: #E4E4E4. Windows color (decimal): -4523037 or 14941114. OLE color: 14941114.

HSL color Cylindrical-coordinate representation of color #BAFBE3: hue angle of 157.85º 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 #BAFBE3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 227 -
CMYK 0.26 0 0.10 0.02
HSL 157.85º 0.89% 0.86% -
HSV(B) 157.85º 0.26% 0.98% -
XYZ 68.61 84.98 85.46 -
YUV 228.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 186 251 227 0.26 0 0.10 0.02 157.85 0.89 0.86
Hex BA FB E3 1A 0 A 2 9E 59 56
Octal 272 373 343 32 0 12 2 236 131 126
Binary 10111010 11111011 11100011 11010 0 1010 10 10011110 1011001 1010110

Color Harmonies of #BAFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBE3

Black with #BAFBE3

Text Example


Text Example

White with #BAFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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