Html Css Color HEX #BEF9CA Granny Apple

📋 copy color: '#BEF9CA'

red 190 ◦ green 249 ◦ blue 202

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

Shades of Granny Apple #BEF9CA

Tints of Granny Apple #BEF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

 BLUE value IS 202 (79.3% from 255) = 31.51%

R = 29.64%
G = 38.85%
B = 31.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BEF9CA (or 0xBEF9CA) is known color: Granny Apple. HEX triplet: BE, F9 and CA. RGB value is (190,249,202). Sum of RGB (Red+Green+Blue) = 190+249+202=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9CA is #410635. Grayscale: #E2E2E2. Windows color (decimal): -4261430 or 13302206. OLE color: 13302206.

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

Color convert

RGB 190 249 202 -
CMYK 0.24 0 0.19 0.02
HSL 132.2º 0.83% 0.86% -
HSV(B) 132.2º 0.24% 0.98% -
XYZ 65.77 82.96 68.42 -
YUV 226 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 190 249 202 0.24 0 0.19 0.02 132.2 0.83 0.86
Hex BE F9 CA 18 0 13 2 84 53 56
Octal 276 371 312 30 0 23 2 204 123 126
Binary 10111110 11111001 11001010 11000 0 10011 10 10000100 1010011 1010110

Color Harmonies of #BEF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF9CA

Black with #BEF9CA

Text Example


Text Example

White with #BEF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF9CA; }

 p { color: rgb(190,249,202); }

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

background-color css

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

 a { background-color: rgb(190,249,202); }

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

border-color css

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

 span { border-color: rgb(190,249,202); }

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