#BDFEC7

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

Shades of Granny Apple #BDFEC7

Tints of Granny Apple #BDFEC7

Color information

#BDFEC7 (or 0xBDFEC7) is unknown color: approx Granny Apple. HEX triplet: BD, FE and C7. RGB value is (189,254,199). Sum of RGB (Red+Green+Blue) = 189+254+199=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC7 is #420138. Grayscale: #E4E4E4. Windows color (decimal): -4325689 or 13106877. OLE color: 13106877.

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

Color convert

RGB189254199-
CMYK0.2600.220.00
HSL129.23º97.01%86.86%-
HSV(B)129.23º25.59%99.61%-
XYZ66.7485.8367.08-
YUV228.3111.4799.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=29.44%
G=39.56%
B=31.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541990.2600.220.00129.2397.0186.86
HexBDFEC71A0160816157
Octal275376307320260201141127
Binary1011110111111110110001111101001011001000000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEC7; }

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

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

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

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

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

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

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

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