Html Css Color HEX #BEF8CF Granny Apple

📋 copy color: '#BEF8CF'

red 190 ◦ green 248 ◦ blue 207

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

Shades of Granny Apple #BEF8CF

Tints of Granny Apple #BEF8CF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.45%

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

R = 29.46%
G = 38.45%
B = 32.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#BEF8CF (or 0xBEF8CF) is known color: Granny Apple. HEX triplet: BE, F8 and CF. RGB value is (190,248,207). Sum of RGB (Red+Green+Blue) = 190+248+207=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8CF is #410730. Grayscale: #E2E2E2. Windows color (decimal): -4261681 or 13629630. OLE color: 13629630.

HSL color Cylindrical-coordinate representation of color #BEF8CF: hue angle of 137.59º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8CF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 248 207 -
CMYK 0.23 0 0.17 0.03
HSL 137.59º 0.81% 0.86% -
HSV(B) 137.59º 0.23% 0.97% -
XYZ 66.07 82.59 71.49 -
YUV 225.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 190 248 207 0.23 0 0.17 0.03 137.59 0.81 0.86
Hex BE F8 CF 17 0 11 3 8A 51 56
Octal 276 370 317 27 0 21 3 212 121 126
Binary 10111110 11111000 11001111 10111 0 10001 11 10001010 1010001 1010110

Color Harmonies of #BEF8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF8CF

Black with #BEF8CF

Text Example


Text Example

White with #BEF8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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