Html Css Color HEX #BEFAC2 Granny Apple

📋 copy color: '#BEFAC2'

red 190 ◦ green 250 ◦ blue 194

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

Shades of Granny Apple #BEFAC2

Tints of Granny Apple #BEFAC2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.43%

 BLUE value IS 194 (76.17% from 255) = 30.6%

R = 29.97%
G = 39.43%
B = 30.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#BEFAC2 (or 0xBEFAC2) is known color: Granny Apple. HEX triplet: BE, FA and C2. RGB value is (190,250,194). Sum of RGB (Red+Green+Blue) = 190+250+194=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC2 is #41053D. Grayscale: #E1E1E1. Windows color (decimal): -4261182 or 12778174. OLE color: 12778174.

HSL color Cylindrical-coordinate representation of color #BEFAC2: hue angle of 124º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFAC2 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 250 194 -
CMYK 0.24 0 0.22 0.02
HSL 124º 0.86% 0.86% -
HSV(B) 124º 0.24% 0.98% -
XYZ 65.16 83.21 63.67 -
YUV 225.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 190 250 194 0.24 0 0.22 0.02 124 0.86 0.86
Hex BE FA C2 18 0 16 2 7C 56 56
Octal 276 372 302 30 0 26 2 174 126 126
Binary 10111110 11111010 11000010 11000 0 10110 10 1111100 1010110 1010110

Color Harmonies of #BEFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFAC2

Black with #BEFAC2

Text Example


Text Example

White with #BEFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFAC2; }

 p { color: rgb(190,250,194); }

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

background-color css

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

 a { background-color: rgb(190,250,194); }

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

border-color css

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

 span { border-color: rgb(190,250,194); }

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