#BEEFC6

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

Shades of Granny Apple #BEEFC6

Tints of Granny Apple #BEEFC6

Color information

#BEEFC6 (or 0xBEEFC6) is unknown color: approx Granny Apple. HEX triplet: BE, EF and C6. RGB value is (190,239,198). Sum of RGB (Red+Green+Blue) = 190+239+198=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC6 is #411039. Grayscale: #DBDBDB. Windows color (decimal): -4263994 or 13037502. OLE color: 13037502.

HSL color Cylindrical-coordinate representation of color #BEEFC6: hue angle of 129.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFC6 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB190239198-
CMYK0.2100.170.06
HSL129.8º60.49%84.12%-
HSV(B)129.8º20.5%93.73%-
XYZ62.2976.7664.96-
YUV219.68115.77106.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=30.30%
G=38.12%
B=31.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391980.2100.170.06129.860.4984.12
HexBEEFC6150116823c54
Octal27635730625021620274124
Binary10111110111011111100011010101010001110100000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFC6; }

 p { color: rgb(190,239,198); }

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

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

 a { background-color: rgb(190,239,198); }

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

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

 span { border-color: rgb(190,239,198); }

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