#B7CFAA

Color #B7CFAA Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #B7CFAA

Tints of Pixie Green #B7CFAA

Color information

#B7CFAA (or 0xB7CFAA) is unknown color: approx Pixie Green. HEX triplet: B7, CF and AA. RGB value is (183,207,170). Sum of RGB (Red+Green+Blue) = 183+207+170=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CFAA is #483055. Grayscale: #C3C3C3. Windows color (decimal): -4730966 or 11194295. OLE color: 11194295.

HSL color Cylindrical-coordinate representation of color #B7CFAA: hue angle of 98.92º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7CFAA is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB183207170-
CMYK0.1200.180.19
HSL98.92º27.82%73.92%-
HSV(B)98.92º17.87%81.18%-
XYZ49.157.646.56-
YUV195.61113.55119.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=32.68%
G=36.96%
B=30.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832071700.1200.180.1998.9227.8273.92
HexB7CFAAC01213631c4a
Octal267317252140222314334112
Binary1011011111001111101010101100010010100111100011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFAA; }

 p { color: rgb(183,207,170); }

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

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

 a { background-color: rgb(183,207,170); }

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

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

 span { border-color: rgb(183,207,170); }

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