Html Css Color HEX #BEF1C8 Granny Apple

📋 copy color: '#BEF1C8'

red 190 ◦ green 241 ◦ blue 200

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

Shades of Granny Apple #BEF1C8

Tints of Granny Apple #BEF1C8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.19%

 BLUE value IS 200 (78.52% from 255) = 31.7%

R = 30.11%
G = 38.19%
B = 31.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#BEF1C8 (or 0xBEF1C8) is known color: Granny Apple. HEX triplet: BE, F1 and C8. RGB value is (190,241,200). Sum of RGB (Red+Green+Blue) = 190+241+200=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1C8 is #410E37. Grayscale: #DDDDDD. Windows color (decimal): -4263480 or 13169086. OLE color: 13169086.

HSL color Cylindrical-coordinate representation of color #BEF1C8: hue angle of 131.76º degrees, saturation: 0.65, 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 #BEF1C8 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 241 200 -
CMYK 0.21 0 0.17 0.05
HSL 131.76º 0.65% 0.85% -
HSV(B) 131.76º 0.21% 0.95% -
XYZ 63.12 78.03 66.38 -
YUV 221.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 190 241 200 0.21 0 0.17 0.05 131.76 0.65 0.85
Hex BE F1 C8 15 0 11 5 84 41 55
Octal 276 361 310 25 0 21 5 204 101 125
Binary 10111110 11110001 11001000 10101 0 10001 101 10000100 1000001 1010101

Color Harmonies of #BEF1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1C8

Black with #BEF1C8

Text Example


Text Example

White with #BEF1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1C8; }

 p { color: rgb(190,241,200); }

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

background-color css

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

 a { background-color: rgb(190,241,200); }

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

border-color css

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

 span { border-color: rgb(190,241,200); }

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