Html Css Color HEX #B6CDA6 Pixie Green

📋 copy color: '#B6CDA6'

red 182 ◦ green 205 ◦ blue 166

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

Shades of Pixie Green #B6CDA6

Tints of Pixie Green #B6CDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.02%

R = 32.91%
G = 37.07%
B = 30.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#B6CDA6 (or 0xB6CDA6) is known color: Pixie Green. HEX triplet: B6, CD and A6. RGB value is (182,205,166). Sum of RGB (Red+Green+Blue) = 182+205+166=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CDA6 is #493259. Grayscale: #C1C1C1. Windows color (decimal): -4797018 or 10931638. OLE color: 10931638.

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

Color convert

RGB 182 205 166 -
CMYK 0.11 0 0.19 0.20
HSL 95.38º 0.28% 0.73% -
HSV(B) 95.38º 0.19% 0.8% -
XYZ 48.01 56.36 44.42 -
YUV 193.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 182 205 166 0.11 0 0.19 0.20 95.38 0.28 0.73
Hex B6 CD A6 B 0 13 14 5F 1C 49
Octal 266 315 246 13 0 23 24 137 34 111
Binary 10110110 11001101 10100110 1011 0 10011 10100 1011111 11100 1001001

Color Harmonies of #B6CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDA6

Black with #B6CDA6

Text Example


Text Example

White with #B6CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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