Html Css Color HEX #BEFED2 Granny Apple

📋 copy color: '#BEFED2'

red 190 ◦ green 254 ◦ blue 210

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

Shades of Granny Apple #BEFED2

Tints of Granny Apple #BEFED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.11%

R = 29.05%
G = 38.84%
B = 32.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#BEFED2 (or 0xBEFED2) is known color: Granny Apple. HEX triplet: BE, FE and D2. RGB value is (190,254,210). Sum of RGB (Red+Green+Blue) = 190+254+210=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFED2 is #41012D. Grayscale: #E5E5E5. Windows color (decimal): -4260142 or 13827774. OLE color: 13827774.

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

Color convert

RGB 190 254 210 -
CMYK 0.25 0 0.17 0.00
HSL 138.75º 0.97% 0.87% -
HSV(B) 138.75º 0.25% 1% -
XYZ 68.31 86.48 74.07 -
YUV 229.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 190 254 210 0.25 0 0.17 0.00 138.75 0.97 0.87
Hex BE FE D2 19 0 11 0 8B 61 57
Octal 276 376 322 31 0 21 0 213 141 127
Binary 10111110 11111110 11010010 11001 0 10001 0 10001011 1100001 1010111

Color Harmonies of #BEFED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFED2

Black with #BEFED2

Text Example


Text Example

White with #BEFED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFED2; }

 p { color: rgb(190,254,210); }

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

background-color css

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

 a { background-color: rgb(190,254,210); }

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

border-color css

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

 span { border-color: rgb(190,254,210); }

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