Html Css Color HEX #BDCCAC Pixie Green

📋 copy color: '#BDCCAC'

red 189 ◦ green 204 ◦ blue 172

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

Shades of Pixie Green #BDCCAC

Tints of Pixie Green #BDCCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 33.45%
G = 36.11%
B = 30.44%

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

#BDCCAC (or 0xBDCCAC) is known color: Pixie Green. HEX triplet: BD, CC and AC. RGB value is (189,204,172). Sum of RGB (Red+Green+Blue) = 189+204+172=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCAC is #423353. Grayscale: #C3C3C3. Windows color (decimal): -4338516 or 11324605. OLE color: 11324605.

HSL color Cylindrical-coordinate representation of color #BDCCAC: hue angle of 88.12º 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 #BDCCAC is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 172 -
CMYK 0.07 0 0.16 0.2
HSL 88.13º 0.24% 0.74% -
HSV(B) 88.13º 0.16% 0.8% -
XYZ 50.03 56.98 47.39 -
YUV 195.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 189 204 172 0.07 0 0.16 0.2 88.13 0.24 0.74
Hex BD CC AC 7 0 10 14 58 18 4A
Octal 275 314 254 7 0 20 24 130 30 112
Binary 10111101 11001100 10101100 111 0 10000 10100 1011000 11000 1001010

Color Harmonies of #BDCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCAC

Black with #BDCCAC

Text Example


Text Example

White with #BDCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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