#BEECCA

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

Shades of Granny Apple #BEECCA

Tints of Granny Apple #BEECCA

Color information

#BEECCA (or 0xBEECCA) is unknown color: approx Granny Apple. HEX triplet: BE, EC and CA. RGB value is (190,236,202). Sum of RGB (Red+Green+Blue) = 190+236+202=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECCA is #411335. Grayscale: #DADADA. Windows color (decimal): -4264758 or 13298878. OLE color: 13298878.

HSL color Cylindrical-coordinate representation of color #BEECCA: hue angle of 135.65º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECCA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB190236202-
CMYK0.1900.140.07
HSL135.65º54.76%83.53%-
HSV(B)135.65º19.49%92.55%-
XYZ61.8975.267.13-
YUV218.37118.76107.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=30.25%
G=37.58%
B=32.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902362020.1900.140.07135.6554.7683.53
HexBEECCA130E7883754
Octal27635431223016721067124
Binary1011111011101100110010101001101110111100010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECCA; }

 p { color: rgb(190,236,202); }

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

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

 a { background-color: rgb(190,236,202); }

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

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

 span { border-color: rgb(190,236,202); }

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