#B6CFAA

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

Shades of Pixie Green #B6CFAA

Tints of Pixie Green #B6CFAA

Color information

#B6CFAA (or 0xB6CFAA) is unknown color: approx Pixie Green. HEX triplet: B6, CF and AA. RGB value is (182,207,170). Sum of RGB (Red+Green+Blue) = 182+207+170=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CFAA is #493055. Grayscale: #C3C3C3. Windows color (decimal): -4796502 or 11194294. OLE color: 11194294.

HSL color Cylindrical-coordinate representation of color #B6CFAA: hue angle of 100.54º 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 #B6CFAA is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB182207170-
CMYK0.1200.180.19
HSL100.54º27.82%73.92%-
HSV(B)100.54º17.87%81.18%-
XYZ48.8657.4746.55-
YUV195.31113.72118.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=32.56%
G=37.03%
B=30.41%

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
Decimal1822071700.1200.180.19100.5427.8273.92
HexB6CFAAC01213651c4a
Octal266317252140222314534112
Binary1011011011001111101010101100010010100111100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CFAA; }

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

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

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

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

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

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

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

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