Html Css Color HEX #BDCCAA Pixie Green

📋 copy color: '#BDCCAA'

red 189 ◦ green 204 ◦ blue 170

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

Shades of Pixie Green #BDCCAA

Tints of Pixie Green #BDCCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 33.57%
G = 36.23%
B = 30.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#BDCCAA (or 0xBDCCAA) is known color: Pixie Green. HEX triplet: BD, CC and AA. RGB value is (189,204,170). Sum of RGB (Red+Green+Blue) = 189+204+170=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCAA is #423355. Grayscale: #C3C3C3. Windows color (decimal): -4338518 or 11193533. OLE color: 11193533.

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

Color convert

RGB 189 204 170 -
CMYK 0.07 0 0.17 0.2
HSL 86.47º 0.25% 0.73% -
HSV(B) 86.47º 0.17% 0.8% -
XYZ 49.83 56.91 46.39 -
YUV 195.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 189 204 170 0.07 0 0.17 0.2 86.47 0.25 0.73
Hex BD CC AA 7 0 11 14 56 19 49
Octal 275 314 252 7 0 21 24 126 31 111
Binary 10111101 11001100 10101010 111 0 10001 10100 1010110 11001 1001001

Color Harmonies of #BDCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCAA

Black with #BDCCAA

Text Example


Text Example

White with #BDCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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