Html Css Color HEX #BEF2CA Granny Apple

📋 copy color: '#BEF2CA'

red 190 ◦ green 242 ◦ blue 202

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

Shades of Granny Apple #BEF2CA

Tints of Granny Apple #BEF2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.17%

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

R = 29.97%
G = 38.17%
B = 31.86%

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

#BEF2CA (or 0xBEF2CA) is known color: Granny Apple. HEX triplet: BE, F2 and CA. RGB value is (190,242,202). Sum of RGB (Red+Green+Blue) = 190+242+202=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2CA is #410D35. Grayscale: #DEDEDE. Windows color (decimal): -4263222 or 13300414. OLE color: 13300414.

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

Color convert

RGB 190 242 202 -
CMYK 0.21 0 0.17 0.05
HSL 133.85º 0.67% 0.85% -
HSV(B) 133.85º 0.21% 0.95% -
XYZ 63.65 78.72 67.72 -
YUV 221.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 190 242 202 0.21 0 0.17 0.05 133.85 0.67 0.85
Hex BE F2 CA 15 0 11 5 86 43 55
Octal 276 362 312 25 0 21 5 206 103 125
Binary 10111110 11110010 11001010 10101 0 10001 101 10000110 1000011 1010101

Color Harmonies of #BEF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2CA

Black with #BEF2CA

Text Example


Text Example

White with #BEF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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