Html Css Color HEX #BEFCCE Granny Apple

📋 copy color: '#BEFCCE'

red 190 ◦ green 252 ◦ blue 206

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

Shades of Granny Apple #BEFCCE

Tints of Granny Apple #BEFCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.89%

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

R = 29.32%
G = 38.89%
B = 31.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#BEFCCE (or 0xBEFCCE) is known color: Granny Apple. HEX triplet: BE, FC and CE. RGB value is (190,252,206). Sum of RGB (Red+Green+Blue) = 190+252+206=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCCE is #410331. Grayscale: #E4E4E4. Windows color (decimal): -4260658 or 13565118. OLE color: 13565118.

HSL color Cylindrical-coordinate representation of color #BEFCCE: hue angle of 135.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCCE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 206 -
CMYK 0.25 0 0.18 0.01
HSL 135.48º 0.91% 0.87% -
HSV(B) 135.48º 0.25% 0.99% -
XYZ 67.19 85.02 71.26 -
YUV 228.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 190 252 206 0.25 0 0.18 0.01 135.48 0.91 0.87
Hex BE FC CE 19 0 12 1 87 5B 57
Octal 276 374 316 31 0 22 1 207 133 127
Binary 10111110 11111100 11001110 11001 0 10010 1 10000111 1011011 1010111

Color Harmonies of #BEFCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCCE

Black with #BEFCCE

Text Example


Text Example

White with #BEFCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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