Html Css Color HEX #BAFDE4 Water Leaf

📋 copy color: '#BAFDE4'

red 186 ◦ green 253 ◦ blue 228

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

Shades of Water Leaf #BAFDE4

Tints of Water Leaf #BAFDE4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.93%

 BLUE value IS 228 (89.45% from 255) = 34.18%

R = 27.89%
G = 37.93%
B = 34.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#BAFDE4 (or 0xBAFDE4) is known color: Water Leaf. HEX triplet: BA, FD and E4. RGB value is (186,253,228). Sum of RGB (Red+Green+Blue) = 186+253+228=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDE4 is #45021B. Grayscale: #E6E6E6. Windows color (decimal): -4522524 or 15007162. OLE color: 15007162.

HSL color Cylindrical-coordinate representation of color #BAFDE4: hue angle of 157.61º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDE4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 228 -
CMYK 0.26 0 0.10 0.01
HSL 157.61º 0.94% 0.86% -
HSV(B) 157.61º 0.26% 0.99% -
XYZ 69.38 86.29 86.4 -
YUV 230.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 186 253 228 0.26 0 0.10 0.01 157.61 0.94 0.86
Hex BA FD E4 1A 0 A 1 9E 5E 56
Octal 272 375 344 32 0 12 1 236 136 126
Binary 10111010 11111101 11100100 11010 0 1010 1 10011110 1011110 1010110

Color Harmonies of #BAFDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDE4

Black with #BAFDE4

Text Example


Text Example

White with #BAFDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDE4; }

 p { color: rgb(186,253,228); }

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

background-color css

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

 a { background-color: rgb(186,253,228); }

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

border-color css

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

 span { border-color: rgb(186,253,228); }

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