Html Css Color HEX #BAFEC3 Granny Apple

📋 copy color: '#BAFEC3'

red 186 ◦ green 254 ◦ blue 195

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

Shades of Granny Apple #BAFEC3

Tints of Granny Apple #BAFEC3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40%

 BLUE value IS 195 (76.56% from 255) = 30.71%

R = 29.29%
G = 40%
B = 30.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#BAFEC3 (or 0xBAFEC3) is known color: Granny Apple. HEX triplet: BA, FE and C3. RGB value is (186,254,195). Sum of RGB (Red+Green+Blue) = 186+254+195=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC3 is #45013C. Grayscale: #E3E3E3. Windows color (decimal): -4522301 or 12844730. OLE color: 12844730.

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

Color convert

RGB 186 254 195 -
CMYK 0.27 0 0.23 0.00
HSL 127.94º 0.97% 0.86% -
HSV(B) 127.94º 0.27% 1% -
XYZ 65.54 85.26 64.63 -
YUV 226.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 186 254 195 0.27 0 0.23 0.00 127.94 0.97 0.86
Hex BA FE C3 1B 0 17 0 80 61 56
Octal 272 376 303 33 0 27 0 200 141 126
Binary 10111010 11111110 11000011 11011 0 10111 0 10000000 1100001 1010110

Color Harmonies of #BAFEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFEC3

Black with #BAFEC3

Text Example


Text Example

White with #BAFEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFEC3; }

 p { color: rgb(186,254,195); }

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

background-color css

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

 a { background-color: rgb(186,254,195); }

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

border-color css

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

 span { border-color: rgb(186,254,195); }

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