#BEF8CD

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

Shades of Granny Apple #BEF8CD

Tints of Granny Apple #BEF8CD

Color information

#BEF8CD (or 0xBEF8CD) is unknown color: approx Granny Apple. HEX triplet: BE, F8 and CD. RGB value is (190,248,205). Sum of RGB (Red+Green+Blue) = 190+248+205=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8CD is #410732. Grayscale: #E1E1E1. Windows color (decimal): -4261683 or 13498558. OLE color: 13498558.

HSL color Cylindrical-coordinate representation of color #BEF8CD: hue angle of 135.52º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8CD is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB190248205-
CMYK0.2300.170.03
HSL135.52º80.56%85.88%-
HSV(B)135.52º23.39%97.25%-
XYZ65.8282.4970.21-
YUV225.76116.28102.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=29.55%
G=38.57%
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.03
SystemRedGreenBlueCMYKHSL
Decimal1902482050.2300.170.03135.5280.5685.88
HexBEF8CD170113885156
Octal276370315270213210121126
Binary10111110111110001100110110111010001111000100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8CD; }

 p { color: rgb(190,248,205); }

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

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

 a { background-color: rgb(190,248,205); }

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

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

 span { border-color: rgb(190,248,205); }

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