#B0CDA3

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

Shades of Pixie Green #B0CDA3

Tints of Pixie Green #B0CDA3

Color information

#B0CDA3 (or 0xB0CDA3) is unknown color: approx Pixie Green. HEX triplet: B0, CD and A3. RGB value is (176,205,163). Sum of RGB (Red+Green+Blue) = 176+205+163=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CDA3 is #4F325C. Grayscale: #BFBFBF. Windows color (decimal): -5190237 or 10735024. OLE color: 10735024.

HSL color Cylindrical-coordinate representation of color #B0CDA3: hue angle of 101.43º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CDA3 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB176205163-
CMYK0.1400.200.20
HSL101.43º29.58%72.16%-
HSV(B)101.43º20.49%80.39%-
XYZ46.3555.5442.93-
YUV191.54111.89116.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 163 (64.06% from 255) = 29.96%
R=32.35%
G=37.68%
B=29.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051630.1400.200.20101.4329.5872.16
HexB0CDA3E01414651e48
Octal260315243160242414536110
Binary1011000011001101101000111110010100101001100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDA3; }

 p { color: rgb(176,205,163); }

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

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

 a { background-color: rgb(176,205,163); }

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

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

 span { border-color: rgb(176,205,163); }

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