Html Css Color HEX #BEF2D0 Granny Apple

📋 copy color: '#BEF2D0'

red 190 ◦ green 242 ◦ blue 208

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

Shades of Granny Apple #BEF2D0

Tints of Granny Apple #BEF2D0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

 BLUE value IS 208 (81.64% from 255) = 32.5%

R = 29.69%
G = 37.81%
B = 32.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BEF2D0 (or 0xBEF2D0) is known color: Granny Apple. HEX triplet: BE, F2 and D0. RGB value is (190,242,208). Sum of RGB (Red+Green+Blue) = 190+242+208=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D0 is #410D2F. Grayscale: #DEDEDE. Windows color (decimal): -4263216 or 13693630. OLE color: 13693630.

HSL color Cylindrical-coordinate representation of color #BEF2D0: hue angle of 140.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2D0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 208 -
CMYK 0.21 0 0.14 0.05
HSL 140.77º 0.67% 0.85% -
HSV(B) 140.77º 0.21% 0.95% -
XYZ 64.37 79.01 71.53 -
YUV 222.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 190 242 208 0.21 0 0.14 0.05 140.77 0.67 0.85
Hex BE F2 D0 15 0 E 5 8D 43 55
Octal 276 362 320 25 0 16 5 215 103 125
Binary 10111110 11110010 11010000 10101 0 1110 101 10001101 1000011 1010101

Color Harmonies of #BEF2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2D0

Black with #BEF2D0

Text Example


Text Example

White with #BEF2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2D0; }

 p { color: rgb(190,242,208); }

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

background-color css

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

 a { background-color: rgb(190,242,208); }

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

border-color css

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

 span { border-color: rgb(190,242,208); }

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