#BEF9CD

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

Shades of Granny Apple #BEF9CD

Tints of Granny Apple #BEF9CD

Color information

#BEF9CD (or 0xBEF9CD) is unknown color: approx Granny Apple. HEX triplet: BE, F9 and CD. RGB value is (190,249,205). Sum of RGB (Red+Green+Blue) = 190+249+205=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9CD is #410632. Grayscale: #E2E2E2. Windows color (decimal): -4261427 or 13498814. OLE color: 13498814.

HSL color Cylindrical-coordinate representation of color #BEF9CD: hue angle of 135.25º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9CD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB190249205-
CMYK0.2400.180.02
HSL135.25º83.1%86.08%-
HSV(B)135.25º23.69%97.65%-
XYZ66.1383.1170.31-
YUV226.34115.95102.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=29.50%
G=38.66%
B=31.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492050.2400.180.02135.2583.186.08
HexBEF9CD180122875356
Octal276371315300222207123126
Binary10111110111110011100110111000010010101000011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9CD; }

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

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

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

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

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

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

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

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