#BEF6CC

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

Shades of Granny Apple #BEF6CC

Tints of Granny Apple #BEF6CC

Color information

#BEF6CC (or 0xBEF6CC) is unknown color: approx Granny Apple. HEX triplet: BE, F6 and CC. RGB value is (190,246,204). Sum of RGB (Red+Green+Blue) = 190+246+204=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6CC is #410933. Grayscale: #E0E0E0. Windows color (decimal): -4262196 or 13432510. OLE color: 13432510.

HSL color Cylindrical-coordinate representation of color #BEF6CC: hue angle of 135º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6CC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB190246204-
CMYK0.2300.170.04
HSL135º75.68%85.49%-
HSV(B)135º22.76%96.47%-
XYZ65.0981.2269.37-
YUV224.47116.45103.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=29.69%
G=38.44%
B=31.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902462040.2300.170.0413575.6885.49
HexBEF6CC170114874c55
Octal276366314270214207114125
Binary101111101111011011001100101110100011001000011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6CC; }

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

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

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

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

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

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

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

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