Html Css Color HEX #BEFBD0 Granny Apple

📋 copy color: '#BEFBD0'

red 190 ◦ green 251 ◦ blue 208

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

Shades of Granny Apple #BEFBD0

Tints of Granny Apple #BEFBD0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.67%

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

R = 29.28%
G = 38.67%
B = 32.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#BEFBD0 (or 0xBEFBD0) is known color: Granny Apple. HEX triplet: BE, FB and D0. RGB value is (190,251,208). Sum of RGB (Red+Green+Blue) = 190+251+208=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBD0 is #41042F. Grayscale: #E3E3E3. Windows color (decimal): -4260912 or 13695934. OLE color: 13695934.

HSL color Cylindrical-coordinate representation of color #BEFBD0: hue angle of 137.7º degrees, saturation: 0.88, 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 #BEFBD0 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 251 208 -
CMYK 0.24 0 0.17 0.02
HSL 137.7º 0.88% 0.86% -
HSV(B) 137.7º 0.24% 0.98% -
XYZ 67.12 84.5 72.45 -
YUV 227.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 190 251 208 0.24 0 0.17 0.02 137.7 0.88 0.86
Hex BE FB D0 18 0 11 2 8A 58 56
Octal 276 373 320 30 0 21 2 212 130 126
Binary 10111110 11111011 11010000 11000 0 10001 10 10001010 1011000 1010110

Color Harmonies of #BEFBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFBD0

Black with #BEFBD0

Text Example


Text Example

White with #BEFBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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