#BDFED3

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

Shades of Granny Apple #BDFED3

Tints of Granny Apple #BDFED3

Color information

#BDFED3 (or 0xBDFED3) is unknown color: approx Granny Apple. HEX triplet: BD, FE and D3. RGB value is (189,254,211). Sum of RGB (Red+Green+Blue) = 189+254+211=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFED3 is #42012C. Grayscale: #E5E5E5. Windows color (decimal): -4325677 or 13893309. OLE color: 13893309.

HSL color Cylindrical-coordinate representation of color #BDFED3: hue angle of 140.31º 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 #BDFED3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB189254211-
CMYK0.2600.170.00
HSL140.31º97.01%86.86%-
HSV(B)140.31º25.59%99.61%-
XYZ68.1986.4174.71-
YUV229.66117.4799-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=28.90%
G=38.84%
B=32.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542110.2600.170.00140.3197.0186.86
HexBDFED31A01108c6157
Octal275376323320210214141127
Binary1011110111111110110100111101001000101000110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFED3; }

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

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

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

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

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

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

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

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