#BDFACD

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

Shades of Granny Apple #BDFACD

Tints of Granny Apple #BDFACD

Color information

#BDFACD (or 0xBDFACD) is unknown color: approx Granny Apple. HEX triplet: BD, FA and CD. RGB value is (189,250,205). Sum of RGB (Red+Green+Blue) = 189+250+205=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFACD is #420532. Grayscale: #E2E2E2. Windows color (decimal): -4326707 or 13499069. OLE color: 13499069.

HSL color Cylindrical-coordinate representation of color #BDFACD: hue angle of 135.74º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFACD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB189250205-
CMYK0.2400.180.02
HSL135.74º85.92%86.08%-
HSV(B)135.74º24.4%98.04%-
XYZ66.1983.670.4-
YUV226.63115.79101.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=29.35%
G=38.82%
B=31.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502050.2400.180.02135.7485.9286.08
HexBDFACD180122885656
Octal275372315300222210126126
Binary10111101111110101100110111000010010101000100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFACD; }

 p { color: rgb(189,250,205); }

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

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

 a { background-color: rgb(189,250,205); }

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

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

 span { border-color: rgb(189,250,205); }

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