#BEEECC

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

Shades of Granny Apple #BEEECC

Tints of Granny Apple #BEEECC

Color information

#BEEECC (or 0xBEEECC) is unknown color: approx Granny Apple. HEX triplet: BE, EE and CC. RGB value is (190,238,204). Sum of RGB (Red+Green+Blue) = 190+238+204=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEECC is #411133. Grayscale: #DBDBDB. Windows color (decimal): -4264244 or 13430462. OLE color: 13430462.

HSL color Cylindrical-coordinate representation of color #BEEECC: hue angle of 137.5º 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 #BEEECC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB190238204-
CMYK0.2000.140.07
HSL137.5º58.54%83.92%-
HSV(B)137.5º20.17%93.33%-
XYZ62.7176.4668.58-
YUV219.77119.1106.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=30.06%
G=37.66%
B=32.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382040.2000.140.07137.558.5483.92
HexBEEECC140E78a3b54
Octal27635631424016721273124
Binary1011111011101110110011001010001110111100010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEECC; }

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

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

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

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

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

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

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

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