#BEFCCF

Color #BEFCCF Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BEFCCF

Tints of Granny Apple #BEFCCF

Color information

#BEFCCF (or 0xBEFCCF) is unknown color: approx Granny Apple. HEX triplet: BE, FC and CF. RGB value is (190,252,207). Sum of RGB (Red+Green+Blue) = 190+252+207=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCCF is #410330. Grayscale: #E4E4E4. Windows color (decimal): -4260657 or 13630654. OLE color: 13630654.

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

Color convert

RGB190252207-
CMYK0.2500.180.01
HSL136.45º91.18%86.67%-
HSV(B)136.45º24.6%98.82%-
XYZ67.3185.0771.9-
YUV228.33115.96100.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=29.28%
G=38.83%
B=31.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522070.2500.180.01136.4591.1886.67
HexBEFCCF190121885b57
Octal276374317310221210133127
Binary1011111011111100110011111100101001011000100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCCF; }

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

 H1.HeaderClassName
 {
   color: #BEFCCF;
 }
 .AnyTagClassName
 {
   color: #BEFCCF;
 }
</style>
background-color css

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

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

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

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

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

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