Html Css Color HEX #BDCEA7 Pixie Green

📋 copy color: '#BDCEA7'

red 189 ◦ green 206 ◦ blue 167

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

Shades of Pixie Green #BDCEA7

Tints of Pixie Green #BDCEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.72%

R = 33.63%
G = 36.65%
B = 29.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#BDCEA7 (or 0xBDCEA7) is known color: Pixie Green. HEX triplet: BD, CE and A7. RGB value is (189,206,167). Sum of RGB (Red+Green+Blue) = 189+206+167=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEA7 is #423158. Grayscale: #C4C4C4. Windows color (decimal): -4338009 or 10997437. OLE color: 10997437.

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

Color convert

RGB 189 206 167 -
CMYK 0.08 0 0.19 0.19
HSL 86.15º 0.28% 0.73% -
HSV(B) 86.15º 0.19% 0.81% -
XYZ 50.03 57.75 45.07 -
YUV 196.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 189 206 167 0.08 0 0.19 0.19 86.15 0.28 0.73
Hex BD CE A7 8 0 13 13 56 1C 49
Octal 275 316 247 10 0 23 23 126 34 111
Binary 10111101 11001110 10100111 1000 0 10011 10011 1010110 11100 1001001

Color Harmonies of #BDCEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEA7

Black with #BDCEA7

Text Example


Text Example

White with #BDCEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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