Html Css Color HEX #BEFCD3 Granny Apple

📋 copy color: '#BEFCD3'

red 190 ◦ green 252 ◦ blue 211

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

Shades of Granny Apple #BEFCD3

Tints of Granny Apple #BEFCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.31%

R = 29.1%
G = 38.59%
B = 32.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#BEFCD3 (or 0xBEFCD3) is known color: Granny Apple. HEX triplet: BE, FC and D3. RGB value is (190,252,211). Sum of RGB (Red+Green+Blue) = 190+252+211=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD3 is #41032C. Grayscale: #E4E4E4. Windows color (decimal): -4260653 or 13892798. OLE color: 13892798.

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

Color convert

RGB 190 252 211 -
CMYK 0.25 0 0.16 0.01
HSL 140.32º 0.91% 0.87% -
HSV(B) 140.32º 0.25% 0.99% -
XYZ 67.8 85.27 74.51 -
YUV 228.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 190 252 211 0.25 0 0.16 0.01 140.32 0.91 0.87
Hex BE FC D3 19 0 10 1 8C 5B 57
Octal 276 374 323 31 0 20 1 214 133 127
Binary 10111110 11111100 11010011 11001 0 10000 1 10001100 1011011 1010111

Color Harmonies of #BEFCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFCD3

Black with #BEFCD3

Text Example


Text Example

White with #BEFCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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