#B9FACD

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

Shades of Granny Apple #B9FACD

Tints of Granny Apple #B9FACD

Color information

#B9FACD (or 0xB9FACD) is unknown color: approx Granny Apple. HEX triplet: B9, FA and CD. RGB value is (185,250,205). Sum of RGB (Red+Green+Blue) = 185+250+205=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FACD is #460532. Grayscale: #E1E1E1. Windows color (decimal): -4588851 or 13499065. OLE color: 13499065.

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

Color convert

RGB185250205-
CMYK0.2600.180.02
HSL138.46º86.67%85.29%-
HSV(B)138.46º26%98.04%-
XYZ65.2183.0970.36-
YUV225.44116.4799.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=28.91%
G=39.06%
B=32.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852502050.2600.180.02138.4686.6785.29
HexB9FACD1A01228a5755
Octal271372315320222212127125
Binary10111001111110101100110111010010010101000101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FACD; }

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

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

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

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

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

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

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

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