#BEF2CC

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

Shades of Granny Apple #BEF2CC

Tints of Granny Apple #BEF2CC

Color information

#BEF2CC (or 0xBEF2CC) is unknown color: approx Granny Apple. HEX triplet: BE, F2 and CC. RGB value is (190,242,204). Sum of RGB (Red+Green+Blue) = 190+242+204=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2CC is #410D33. Grayscale: #DEDEDE. Windows color (decimal): -4263220 or 13431486. OLE color: 13431486.

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

Color convert

RGB190242204-
CMYK0.2100.160.05
HSL136.15º66.67%84.71%-
HSV(B)136.15º21.49%94.9%-
XYZ63.8978.8168.97-
YUV222.12117.77105.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=29.87%
G=38.05%
B=32.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422040.2100.160.05136.1566.6784.71
HexBEF2CC150105884355
Octal276362314250205210103125
Binary101111101111001011001100101010100001011000100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2CC; }

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

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

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

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

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

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

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

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