Html Css Color HEX #BEEAC5 Granny Apple

📋 copy color: '#BEEAC5'

red 190 ◦ green 234 ◦ blue 197

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

Shades of Granny Apple #BEEAC5

Tints of Granny Apple #BEEAC5

RGB

 RED value IS 190 (74.61% from 255) = 30.6%

 GREEN value IS 234 (91.8% from 255) = 37.68%

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 30.6%
G = 37.68%
B = 31.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#BEEAC5 (or 0xBEEAC5) is known color: Granny Apple. HEX triplet: BE, EA and C5. RGB value is (190,234,197). Sum of RGB (Red+Green+Blue) = 190+234+197=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC5 is #41153A. Grayscale: #D8D8D8. Windows color (decimal): -4265275 or 12970686. OLE color: 12970686.

HSL color Cylindrical-coordinate representation of color #BEEAC5: hue angle of 129.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAC5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 197 -
CMYK 0.19 0 0.16 0.08
HSL 129.55º 0.51% 0.83% -
HSV(B) 129.55º 0.19% 0.92% -
XYZ 60.74 73.82 63.87 -
YUV 216.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 190 234 197 0.19 0 0.16 0.08 129.55 0.51 0.83
Hex BE EA C5 13 0 10 8 82 33 53
Octal 276 352 305 23 0 20 10 202 63 123
Binary 10111110 11101010 11000101 10011 0 10000 1000 10000010 110011 1010011

Color Harmonies of #BEEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAC5

Black with #BEEAC5

Text Example


Text Example

White with #BEEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAC5; }

 p { color: rgb(190,234,197); }

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

background-color css

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

 a { background-color: rgb(190,234,197); }

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

border-color css

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

 span { border-color: rgb(190,234,197); }

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