#BEF3C2

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

Shades of Granny Apple #BEF3C2

Tints of Granny Apple #BEF3C2

Color information

#BEF3C2 (or 0xBEF3C2) is unknown color: approx Granny Apple. HEX triplet: BE, F3 and C2. RGB value is (190,243,194). Sum of RGB (Red+Green+Blue) = 190+243+194=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3C2 is #410C3D. Grayscale: #DDDDDD. Windows color (decimal): -4262974 or 12776382. OLE color: 12776382.

HSL color Cylindrical-coordinate representation of color #BEF3C2: hue angle of 124.53º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3C2 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB190243194-
CMYK0.2200.200.05
HSL124.53º68.83%84.9%-
HSV(B)124.53º21.81%95.29%-
XYZ63.0278.9462.95-
YUV221.57112.44105.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 194 (76.17% from 255) = 30.94%
R=30.30%
G=38.76%
B=30.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902431940.2200.200.05124.5368.8384.9
HexBEF3C21601457d4555
Octal276363302260245175105125
Binary10111110111100111100001010110010100101111110110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3C2; }

 p { color: rgb(190,243,194); }

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

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

 a { background-color: rgb(190,243,194); }

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

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

 span { border-color: rgb(190,243,194); }

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