Html Css Color HEX #BEFDD2 Granny Apple

📋 copy color: '#BEFDD2'

red 190 ◦ green 253 ◦ blue 210

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

Shades of Granny Apple #BEFDD2

Tints of Granny Apple #BEFDD2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.74%

 BLUE value IS 210 (82.42% from 255) = 32.16%

R = 29.1%
G = 38.74%
B = 32.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#BEFDD2 (or 0xBEFDD2) is known color: Granny Apple. HEX triplet: BE, FD and D2. RGB value is (190,253,210). Sum of RGB (Red+Green+Blue) = 190+253+210=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD2 is #41022D. Grayscale: #E5E5E5. Windows color (decimal): -4260398 or 13827518. OLE color: 13827518.

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

Color convert

RGB 190 253 210 -
CMYK 0.25 0 0.17 0.01
HSL 139.05º 0.94% 0.87% -
HSV(B) 139.05º 0.25% 0.99% -
XYZ 67.99 85.85 73.96 -
YUV 229.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 190 253 210 0.25 0 0.17 0.01 139.05 0.94 0.87
Hex BE FD D2 19 0 11 1 8B 5E 57
Octal 276 375 322 31 0 21 1 213 136 127
Binary 10111110 11111101 11010010 11001 0 10001 1 10001011 1011110 1010111

Color Harmonies of #BEFDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFDD2

Black with #BEFDD2

Text Example


Text Example

White with #BEFDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFDD2; }

 p { color: rgb(190,253,210); }

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

background-color css

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

 a { background-color: rgb(190,253,210); }

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

border-color css

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

 span { border-color: rgb(190,253,210); }

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