Html Css Color HEX #BDCEAB Pixie Green

📋 copy color: '#BDCEAB'

red 189 ◦ green 206 ◦ blue 171

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

Shades of Pixie Green #BDCEAB

Tints of Pixie Green #BDCEAB

RGB

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

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

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

R = 33.39%
G = 36.4%
B = 30.21%

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

#BDCEAB (or 0xBDCEAB) is known color: Pixie Green. HEX triplet: BD, CE and AB. RGB value is (189,206,171). Sum of RGB (Red+Green+Blue) = 189+206+171=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEAB is #423154. Grayscale: #C5C5C5. Windows color (decimal): -4338005 or 11259581. OLE color: 11259581.

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

Color convert

RGB 189 206 171 -
CMYK 0.08 0 0.17 0.19
HSL 89.14º 0.26% 0.74% -
HSV(B) 89.14º 0.17% 0.81% -
XYZ 50.41 57.9 47.05 -
YUV 196.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 189 206 171 0.08 0 0.17 0.19 89.14 0.26 0.74
Hex BD CE AB 8 0 11 13 59 1A 4A
Octal 275 316 253 10 0 21 23 131 32 112
Binary 10111101 11001110 10101011 1000 0 10001 10011 1011001 11010 1001010

Color Harmonies of #BDCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEAB

Black with #BDCEAB

Text Example


Text Example

White with #BDCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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