#BDFEC4

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

Shades of Granny Apple #BDFEC4

Tints of Granny Apple #BDFEC4

Color information

#BDFEC4 (or 0xBDFEC4) is unknown color: approx Granny Apple. HEX triplet: BD, FE and C4. RGB value is (189,254,196). Sum of RGB (Red+Green+Blue) = 189+254+196=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC4 is #42013B. Grayscale: #E4E4E4. Windows color (decimal): -4325692 or 12910269. OLE color: 12910269.

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

Color convert

RGB189254196-
CMYK0.2600.230.00
HSL126.46º97.01%86.86%-
HSV(B)126.46º25.59%99.61%-
XYZ66.3985.6965.26-
YUV227.95109.97100.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=29.58%
G=39.75%
B=30.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541960.2600.230.00126.4697.0186.86
HexBDFEC41A01707e6157
Octal275376304320270176141127
Binary101111011111111011000100110100101110111111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEC4; }

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

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

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

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

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

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

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

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