Html Css Color HEX #BEF2CF Granny Apple

📋 copy color: '#BEF2CF'

red 190 ◦ green 242 ◦ blue 207

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

Shades of Granny Apple #BEF2CF

Tints of Granny Apple #BEF2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.39%

R = 29.73%
G = 37.87%
B = 32.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BEF2CF (or 0xBEF2CF) is known color: Granny Apple. HEX triplet: BE, F2 and CF. RGB value is (190,242,207). Sum of RGB (Red+Green+Blue) = 190+242+207=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2CF is #410D30. Grayscale: #DEDEDE. Windows color (decimal): -4263217 or 13628094. OLE color: 13628094.

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

Color convert

RGB 190 242 207 -
CMYK 0.21 0 0.14 0.05
HSL 139.62º 0.67% 0.85% -
HSV(B) 139.62º 0.21% 0.95% -
XYZ 64.25 78.96 70.89 -
YUV 222.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 190 242 207 0.21 0 0.14 0.05 139.62 0.67 0.85
Hex BE F2 CF 15 0 E 5 8C 43 55
Octal 276 362 317 25 0 16 5 214 103 125
Binary 10111110 11110010 11001111 10101 0 1110 101 10001100 1000011 1010101

Color Harmonies of #BEF2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2CF

Black with #BEF2CF

Text Example


Text Example

White with #BEF2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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