Html Css Color HEX #BEF0CE Granny Apple

📋 copy color: '#BEF0CE'

red 190 ◦ green 240 ◦ blue 206

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

Shades of Granny Apple #BEF0CE

Tints of Granny Apple #BEF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.74%

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

R = 29.87%
G = 37.74%
B = 32.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#BEF0CE (or 0xBEF0CE) is known color: Granny Apple. HEX triplet: BE, F0 and CE. RGB value is (190,240,206). Sum of RGB (Red+Green+Blue) = 190+240+206=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0CE is #410F31. Grayscale: #DDDDDD. Windows color (decimal): -4263730 or 13562046. OLE color: 13562046.

HSL color Cylindrical-coordinate representation of color #BEF0CE: hue angle of 139.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0CE is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 206 -
CMYK 0.21 0 0.14 0.06
HSL 139.2º 0.63% 0.84% -
HSV(B) 139.2º 0.21% 0.94% -
XYZ 63.54 77.72 70.05 -
YUV 221.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 190 240 206 0.21 0 0.14 0.06 139.2 0.63 0.84
Hex BE F0 CE 15 0 E 6 8B 3E 54
Octal 276 360 316 25 0 16 6 213 76 124
Binary 10111110 11110000 11001110 10101 0 1110 110 10001011 111110 1010100

Color Harmonies of #BEF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0CE

Black with #BEF0CE

Text Example


Text Example

White with #BEF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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