#BDFEC8

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

Shades of Granny Apple #BDFEC8

Tints of Granny Apple #BDFEC8

Color information

#BDFEC8 (or 0xBDFEC8) is unknown color: approx Granny Apple. HEX triplet: BD, FE and C8. RGB value is (189,254,200). Sum of RGB (Red+Green+Blue) = 189+254+200=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC8 is #420137. Grayscale: #E4E4E4. Windows color (decimal): -4325688 or 13172413. OLE color: 13172413.

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

Color convert

RGB189254200-
CMYK0.2600.210.00
HSL130.15º97.01%86.86%-
HSV(B)130.15º25.59%99.61%-
XYZ66.8585.8767.7-
YUV228.41111.9799.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=29.39%
G=39.50%
B=31.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542000.2600.210.00130.1597.0186.86
HexBDFEC81A0150826157
Octal275376310320250202141127
Binary1011110111111110110010001101001010101000001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEC8; }

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

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

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

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

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

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

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

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