Html Css Color HEX #BDCCAB Pixie Green

📋 copy color: '#BDCCAB'

red 189 ◦ green 204 ◦ blue 171

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

Shades of Pixie Green #BDCCAB

Tints of Pixie Green #BDCCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

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

R = 33.51%
G = 36.17%
B = 30.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#BDCCAB (or 0xBDCCAB) is known color: Pixie Green. HEX triplet: BD, CC and AB. RGB value is (189,204,171). Sum of RGB (Red+Green+Blue) = 189+204+171=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCAB is #423354. Grayscale: #C3C3C3. Windows color (decimal): -4338517 or 11259069. OLE color: 11259069.

HSL color Cylindrical-coordinate representation of color #BDCCAB: hue angle of 87.27º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCCAB is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 171 -
CMYK 0.07 0 0.16 0.2
HSL 87.27º 0.24% 0.74% -
HSV(B) 87.27º 0.16% 0.8% -
XYZ 49.93 56.94 46.89 -
YUV 195.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 189 204 171 0.07 0 0.16 0.2 87.27 0.24 0.74
Hex BD CC AB 7 0 10 14 57 18 4A
Octal 275 314 253 7 0 20 24 127 30 112
Binary 10111101 11001100 10101011 111 0 10000 10100 1010111 11000 1001010

Color Harmonies of #BDCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCAB

Black with #BDCCAB

Text Example


Text Example

White with #BDCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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