#BEFBD0

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

Shades of Granny Apple #BEFBD0

Tints of Granny Apple #BEFBD0

Color information

#BEFBD0 (or 0xBEFBD0) is unknown color: approx Granny Apple. HEX triplet: BE, FB and D0. RGB value is (190,251,208). Sum of RGB (Red+Green+Blue) = 190+251+208=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBD0 is #41042F. Grayscale: #E3E3E3. Windows color (decimal): -4260912 or 13695934. OLE color: 13695934.

HSL color Cylindrical-coordinate representation of color #BEFBD0: hue angle of 137.7º degrees, saturation: 0.88, 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 #BEFBD0 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB190251208-
CMYK0.2400.170.02
HSL137.7º88.41%86.47%-
HSV(B)137.7º24.3%98.43%-
XYZ67.1284.572.45-
YUV227.86116.79101-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=29.28%
G=38.67%
B=32.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512080.2400.170.02137.788.4186.47
HexBEFBD01801128a5856
Octal276373320300212212130126
Binary10111110111110111101000011000010001101000101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBD0; }

 p { color: rgb(190,251,208); }

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

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

 a { background-color: rgb(190,251,208); }

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

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

 span { border-color: rgb(190,251,208); }

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