Html Css Color HEX #BEFFCF Granny Apple

📋 copy color: '#BEFFCF'

red 190 ◦ green 255 ◦ blue 207

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

Shades of Granny Apple #BEFFCF

Tints of Granny Apple #BEFFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 39.11%

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

R = 29.14%
G = 39.11%
B = 31.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#BEFFCF (or 0xBEFFCF) is known color: Granny Apple. HEX triplet: BE, FF and CF. RGB value is (190,255,207). Sum of RGB (Red+Green+Blue) = 190+255+207=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFCF is #410030. Grayscale: #E6E6E6. Windows color (decimal): -4259889 or 13631422. OLE color: 13631422.

HSL color Cylindrical-coordinate representation of color #BEFFCF: hue angle of 135.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFCF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 207 -
CMYK 0.25 0 0.19 0
HSL 135.69º 1% 0.87% -
HSV(B) 135.69º 0.25% 1% -
XYZ 68.26 86.97 72.22 -
YUV 230.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 190 255 207 0.25 0 0.19 0 135.69 1 0.87
Hex BE FF CF 19 0 13 0 88 64 57
Octal 276 377 317 31 0 23 0 210 144 127
Binary 10111110 11111111 11001111 11001 0 10011 0 10001000 1100100 1010111

Color Harmonies of #BEFFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFCF

Black with #BEFFCF

Text Example


Text Example

White with #BEFFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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