Html Css Color HEX #BEFECE Granny Apple

📋 copy color: '#BEFECE'

red 190 ◦ green 254 ◦ blue 206

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

Shades of Granny Apple #BEFECE

Tints of Granny Apple #BEFECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.69%

R = 29.23%
G = 39.08%
B = 31.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#BEFECE (or 0xBEFECE) is known color: Granny Apple. HEX triplet: BE, FE and CE. RGB value is (190,254,206). Sum of RGB (Red+Green+Blue) = 190+254+206=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFECE is #410131. Grayscale: #E5E5E5. Windows color (decimal): -4260146 or 13565630. OLE color: 13565630.

HSL color Cylindrical-coordinate representation of color #BEFECE: hue angle of 135º 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 #BEFECE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 206 -
CMYK 0.25 0 0.19 0.00
HSL 135º 0.97% 0.87% -
HSV(B) 135º 0.25% 1% -
XYZ 67.82 86.29 71.47 -
YUV 229.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 190 254 206 0.25 0 0.19 0.00 135 0.97 0.87
Hex BE FE CE 19 0 13 0 87 61 57
Octal 276 376 316 31 0 23 0 207 141 127
Binary 10111110 11111110 11001110 11001 0 10011 0 10000111 1100001 1010111

Color Harmonies of #BEFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFECE

Black with #BEFECE

Text Example


Text Example

White with #BEFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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