#BDFED1

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

Shades of Granny Apple #BDFED1

Tints of Granny Apple #BDFED1

Color information

#BDFED1 (or 0xBDFED1) is unknown color: approx Granny Apple. HEX triplet: BD, FE and D1. RGB value is (189,254,209). Sum of RGB (Red+Green+Blue) = 189+254+209=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFED1 is #42012E. Grayscale: #E5E5E5. Windows color (decimal): -4325679 or 13762237. OLE color: 13762237.

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

Color convert

RGB189254209-
CMYK0.2600.180.00
HSL138.46º97.01%86.86%-
HSV(B)138.46º25.59%99.61%-
XYZ67.9486.3173.4-
YUV229.43116.4799.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 209 (82.03% from 255) = 32.06%
R=28.99%
G=38.96%
B=32.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542090.2600.180.00138.4697.0186.86
HexBDFED11A01208a6157
Octal275376321320220212141127
Binary1011110111111110110100011101001001001000101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFED1; }

 p { color: rgb(189,254,209); }

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

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

 a { background-color: rgb(189,254,209); }

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

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

 span { border-color: rgb(189,254,209); }

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