#BEFDC8

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

Shades of Granny Apple #BEFDC8

Tints of Granny Apple #BEFDC8

Color information

#BEFDC8 (or 0xBEFDC8) is unknown color: approx Granny Apple. HEX triplet: BE, FD and C8. RGB value is (190,253,200). Sum of RGB (Red+Green+Blue) = 190+253+200=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC8 is #410237. Grayscale: #E4E4E4. Windows color (decimal): -4260408 or 13172158. OLE color: 13172158.

HSL color Cylindrical-coordinate representation of color #BEFDC8: hue angle of 129.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDC8 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB190253200-
CMYK0.2500.210.01
HSL129.52º94.03%86.86%-
HSV(B)129.52º24.9%99.22%-
XYZ66.7985.3767.6-
YUV228.12112.13100.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=29.55%
G=39.35%
B=31.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532000.2500.210.01129.5294.0386.86
HexBEFDC8190151825e57
Octal276375310310251202136127
Binary1011111011111101110010001100101010111000001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDC8; }

 p { color: rgb(190,253,200); }

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

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

 a { background-color: rgb(190,253,200); }

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

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

 span { border-color: rgb(190,253,200); }

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