#BDFEC0

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

Shades of Granny Apple #BDFEC0

Tints of Granny Apple #BDFEC0

Color information

#BDFEC0 (or 0xBDFEC0) is unknown color: approx Granny Apple. HEX triplet: BD, FE and C0. RGB value is (189,254,192). Sum of RGB (Red+Green+Blue) = 189+254+192=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC0 is #42013F. Grayscale: #E3E3E3. Windows color (decimal): -4325696 or 12648125. OLE color: 12648125.

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

Color convert

RGB189254192-
CMYK0.2600.240.00
HSL122.77º97.01%86.86%-
HSV(B)122.77º25.59%99.61%-
XYZ65.9485.5162.9-
YUV227.5107.97100.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=29.76%
G=40%
B=30.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541920.2600.240.00122.7797.0186.86
HexBDFEC01A01807b6157
Octal275376300320300173141127
Binary101111011111111011000000110100110000111101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEC0; }

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

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

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

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

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

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

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

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