#BDFEC5

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

Shades of Granny Apple #BDFEC5

Tints of Granny Apple #BDFEC5

Color information

#BDFEC5 (or 0xBDFEC5) is unknown color: approx Granny Apple. HEX triplet: BD, FE and C5. RGB value is (189,254,197). Sum of RGB (Red+Green+Blue) = 189+254+197=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC5 is #42013A. Grayscale: #E4E4E4. Windows color (decimal): -4325691 or 12975805. OLE color: 12975805.

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

Color convert

RGB189254197-
CMYK0.2600.220.00
HSL127.38º97.01%86.86%-
HSV(B)127.38º25.59%99.61%-
XYZ66.5185.7365.87-
YUV228.07110.47100.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 197 (77.34% from 255) = 30.78%
R=29.53%
G=39.69%
B=30.78%

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
Decimal1892541970.2600.220.00127.3897.0186.86
HexBDFEC51A01607f6157
Octal275376305320260177141127
Binary101111011111111011000101110100101100111111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEC5; }

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

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

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

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

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

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

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

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