#BEEEC7

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

Shades of Granny Apple #BEEEC7

Tints of Granny Apple #BEEEC7

Color information

#BEEEC7 (or 0xBEEEC7) is unknown color: approx Granny Apple. HEX triplet: BE, EE and C7. RGB value is (190,238,199). Sum of RGB (Red+Green+Blue) = 190+238+199=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC7 is #411138. Grayscale: #DBDBDB. Windows color (decimal): -4264249 or 13102782. OLE color: 13102782.

HSL color Cylindrical-coordinate representation of color #BEEEC7: hue angle of 131.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB190238199-
CMYK0.2000.160.07
HSL131.25º58.54%83.92%-
HSV(B)131.25º20.17%93.33%-
XYZ62.1276.2265.47-
YUV219.2116.6107.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 199 (78.12% from 255) = 31.74%
R=30.30%
G=37.96%
B=31.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902381990.2000.160.07131.2558.5483.92
HexBEEEC7140107833b54
Octal27635630724020720373124
Binary10111110111011101100011110100010000111100000111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEC7; }

 p { color: rgb(190,238,199); }

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

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

 a { background-color: rgb(190,238,199); }

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

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

 span { border-color: rgb(190,238,199); }

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