Html Css Color HEX #BDCDAB Pixie Green

📋 copy color: '#BDCDAB'

red 189 ◦ green 205 ◦ blue 171

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

Shades of Pixie Green #BDCDAB

Tints of Pixie Green #BDCDAB

RGB

 RED value IS 189 (74.22% from 255) = 33.45%

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

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

R = 33.45%
G = 36.28%
B = 30.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BDCDAB (or 0xBDCDAB) is known color: Pixie Green. HEX triplet: BD, CD and AB. RGB value is (189,205,171). Sum of RGB (Red+Green+Blue) = 189+205+171=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDAB is #423254. Grayscale: #C4C4C4. Windows color (decimal): -4338261 or 11259325. OLE color: 11259325.

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

Color convert

RGB 189 205 171 -
CMYK 0.08 0 0.17 0.20
HSL 88.24º 0.25% 0.74% -
HSV(B) 88.24º 0.17% 0.8% -
XYZ 50.17 57.42 46.97 -
YUV 196.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 189 205 171 0.08 0 0.17 0.20 88.24 0.25 0.74
Hex BD CD AB 8 0 11 14 58 19 4A
Octal 275 315 253 10 0 21 24 130 31 112
Binary 10111101 11001101 10101011 1000 0 10001 10100 1011000 11001 1001010

Color Harmonies of #BDCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDAB

Black with #BDCDAB

Text Example


Text Example

White with #BDCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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