Html Css Color HEX #B6CDAB Pixie Green

📋 copy color: '#B6CDAB'

red 182 ◦ green 205 ◦ blue 171

#B6CDAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #B6CDAB

Tints of Pixie Green #B6CDAB

RGB

 RED value IS 182 (71.48% from 255) = 32.62%

 GREEN value IS 205 (80.47% from 255) = 36.74%

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 32.62%
G = 36.74%
B = 30.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#B6CDAB (or 0xB6CDAB) is known color: Pixie Green. HEX triplet: B6, CD and AB. RGB value is (182,205,171). Sum of RGB (Red+Green+Blue) = 182+205+171=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CDAB is #493254. Grayscale: #C2C2C2. Windows color (decimal): -4797013 or 11259318. OLE color: 11259318.

HSL color Cylindrical-coordinate representation of color #B6CDAB: hue angle of 100.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6CDAB is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 205 171 -
CMYK 0.11 0 0.17 0.20
HSL 100.59º 0.25% 0.74% -
HSV(B) 100.59º 0.17% 0.8% -
XYZ 48.47 56.55 46.89 -
YUV 194.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 182 205 171 0.11 0 0.17 0.20 100.59 0.25 0.74
Hex B6 CD AB B 0 11 14 65 19 4A
Octal 266 315 253 13 0 21 24 145 31 112
Binary 10110110 11001101 10101011 1011 0 10001 10100 1100101 11001 1001010

Color Harmonies of #B6CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDAB

Black with #B6CDAB

Text Example


Text Example

White with #B6CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDAB; }

 p { color: rgb(182,205,171); }

 H1.HeaderClassName
 {
   color: #B6CDAB;
 }
 .AnyTagClassName
 {
   color: #B6CDAB;
 }
</style>

background-color css

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

 a { background-color: rgb(182,205,171); }

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

border-color css

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

 span { border-color: rgb(182,205,171); }

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