#B7FACD

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

Shades of Granny Apple #B7FACD

Tints of Granny Apple #B7FACD

Color information

#B7FACD (or 0xB7FACD) is unknown color: approx Granny Apple. HEX triplet: B7, FA and CD. RGB value is (183,250,205). Sum of RGB (Red+Green+Blue) = 183+250+205=638 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.68% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FACD is #480532. Grayscale: #E0E0E0. Windows color (decimal): -4719923 or 13499063. OLE color: 13499063.

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

Color convert

RGB183250205-
CMYK0.2700.180.02
HSL139.7º87.01%84.9%-
HSV(B)139.7º26.8%98.04%-
XYZ64.7382.8570.34-
YUV224.84116.898.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.68%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=28.68%
G=39.18%
B=32.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832502050.2700.180.02139.787.0184.9
HexB7FACD1B01228c5755
Octal267372315330222214127125
Binary10110111111110101100110111011010010101000110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FACD; }

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

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

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

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

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

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

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

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