Html Css Color HEX #BDCEAC Pixie Green

📋 copy color: '#BDCEAC'

red 189 ◦ green 206 ◦ blue 172

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

Shades of Pixie Green #BDCEAC

Tints of Pixie Green #BDCEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.33%

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

R = 33.33%
G = 36.33%
B = 30.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#BDCEAC (or 0xBDCEAC) is known color: Pixie Green. HEX triplet: BD, CE and AC. RGB value is (189,206,172). Sum of RGB (Red+Green+Blue) = 189+206+172=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEAC is #423153. Grayscale: #C5C5C5. Windows color (decimal): -4338004 or 11325117. OLE color: 11325117.

HSL color Cylindrical-coordinate representation of color #BDCEAC: hue angle of 90º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCEAC is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 172 -
CMYK 0.08 0 0.17 0.19
HSL 90º 0.26% 0.74% -
HSV(B) 90º 0.17% 0.81% -
XYZ 50.5 57.94 47.55 -
YUV 197.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 189 206 172 0.08 0 0.17 0.19 90 0.26 0.74
Hex BD CE AC 8 0 11 13 5A 1A 4A
Octal 275 316 254 10 0 21 23 132 32 112
Binary 10111101 11001110 10101100 1000 0 10001 10011 1011010 11010 1001010

Color Harmonies of #BDCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEAC

Black with #BDCEAC

Text Example


Text Example

White with #BDCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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