Html Css Color HEX #BACDAB Pixie Green

📋 copy color: '#BACDAB'

red 186 ◦ green 205 ◦ blue 171

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

Shades of Pixie Green #BACDAB

Tints of Pixie Green #BACDAB

RGB

 RED value IS 186 (73.05% from 255) = 33.1%

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

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

R = 33.1%
G = 36.48%
B = 30.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BACDAB (or 0xBACDAB) is known color: Pixie Green. HEX triplet: BA, CD and AB. RGB value is (186,205,171). Sum of RGB (Red+Green+Blue) = 186+205+171=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDAB is #453254. Grayscale: #C3C3C3. Windows color (decimal): -4534869 or 11259322. OLE color: 11259322.

HSL color Cylindrical-coordinate representation of color #BACDAB: hue angle of 93.53º 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 #BACDAB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 171 -
CMYK 0.09 0 0.17 0.20
HSL 93.53º 0.25% 0.74% -
HSV(B) 93.53º 0.17% 0.8% -
XYZ 49.43 57.04 46.93 -
YUV 195.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 186 205 171 0.09 0 0.17 0.20 93.53 0.25 0.74
Hex BA CD AB 9 0 11 14 5E 19 4A
Octal 272 315 253 11 0 21 24 136 31 112
Binary 10111010 11001101 10101011 1001 0 10001 10100 1011110 11001 1001010

Color Harmonies of #BACDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDAB

Black with #BACDAB

Text Example


Text Example

White with #BACDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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