Html Css Color HEX #BAFBE2 Water Leaf

📋 copy color: '#BAFBE2'

red 186 ◦ green 251 ◦ blue 226

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

Shades of Water Leaf #BAFBE2

Tints of Water Leaf #BAFBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.09%

R = 28.05%
G = 37.86%
B = 34.09%

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

#BAFBE2 (or 0xBAFBE2) is known color: Water Leaf. HEX triplet: BA, FB and E2. RGB value is (186,251,226). Sum of RGB (Red+Green+Blue) = 186+251+226=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBE2 is #45041D. Grayscale: #E4E4E4. Windows color (decimal): -4523038 or 14875578. OLE color: 14875578.

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

Color convert

RGB 186 251 226 -
CMYK 0.26 0 0.10 0.02
HSL 156.92º 0.89% 0.86% -
HSV(B) 156.92º 0.26% 0.98% -
XYZ 68.47 84.92 84.73 -
YUV 228.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 186 251 226 0.26 0 0.10 0.02 156.92 0.89 0.86
Hex BA FB E2 1A 0 A 2 9D 59 56
Octal 272 373 342 32 0 12 2 235 131 126
Binary 10111010 11111011 11100010 11010 0 1010 10 10011101 1011001 1010110

Color Harmonies of #BAFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBE2

Black with #BAFBE2

Text Example


Text Example

White with #BAFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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