#BEFFD2

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

Shades of Granny Apple #BEFFD2

Tints of Granny Apple #BEFFD2

Color information

#BEFFD2 (or 0xBEFFD2) is unknown color: approx Granny Apple. HEX triplet: BE, FF and D2. RGB value is (190,255,210). Sum of RGB (Red+Green+Blue) = 190+255+210=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFD2 is #41002D. Grayscale: #E6E6E6. Windows color (decimal): -4259886 or 13828030. OLE color: 13828030.

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

Color convert

RGB190255210-
CMYK0.2500.180
HSL138.46º100%87.25%-
HSV(B)138.46º25.49%100%-
XYZ68.6387.1274.17-
YUV230.44116.4799.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=29.01%
G=38.93%
B=32.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552100.2500.180138.4610087.25
HexBEFFD21901208a6457
Octal276377322310220212144127
Binary1011111011111111110100101100101001001000101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFD2; }

 p { color: rgb(190,255,210); }

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

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

 a { background-color: rgb(190,255,210); }

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

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

 span { border-color: rgb(190,255,210); }

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