#BEF9CC

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

Shades of Granny Apple #BEF9CC

Tints of Granny Apple #BEF9CC

Color information

#BEF9CC (or 0xBEF9CC) is unknown color: approx Granny Apple. HEX triplet: BE, F9 and CC. RGB value is (190,249,204). Sum of RGB (Red+Green+Blue) = 190+249+204=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9CC is #410633. Grayscale: #E2E2E2. Windows color (decimal): -4261428 or 13433278. OLE color: 13433278.

HSL color Cylindrical-coordinate representation of color #BEF9CC: hue angle of 134.24º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9CC is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190249204-
CMYK0.2400.180.02
HSL134.24º83.1%86.08%-
HSV(B)134.24º23.69%97.65%-
XYZ66.0183.0669.68-
YUV226.23115.45102.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=29.55%
G=38.72%
B=31.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492040.2400.180.02134.2483.186.08
HexBEF9CC180122865356
Octal276371314300222206123126
Binary10111110111110011100110011000010010101000011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9CC; }

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

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

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

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

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

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

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

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