Html Css Color HEX #BDCDA8 Pixie Green

📋 copy color: '#BDCDA8'

red 189 ◦ green 205 ◦ blue 168

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

Shades of Pixie Green #BDCDA8

Tints of Pixie Green #BDCDA8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.48%

 BLUE value IS 168 (66.02% from 255) = 29.89%

R = 33.63%
G = 36.48%
B = 29.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#BDCDA8 (or 0xBDCDA8) is known color: Pixie Green. HEX triplet: BD, CD and A8. RGB value is (189,205,168). Sum of RGB (Red+Green+Blue) = 189+205+168=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDA8 is #423257. Grayscale: #C4C4C4. Windows color (decimal): -4338264 or 11062717. OLE color: 11062717.

HSL color Cylindrical-coordinate representation of color #BDCDA8: hue angle of 85.95º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCDA8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 168 -
CMYK 0.08 0 0.18 0.20
HSL 85.95º 0.27% 0.73% -
HSV(B) 85.95º 0.18% 0.8% -
XYZ 49.89 57.31 45.48 -
YUV 196 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 189 205 168 0.08 0 0.18 0.20 85.95 0.27 0.73
Hex BD CD A8 8 0 12 14 56 1B 49
Octal 275 315 250 10 0 22 24 126 33 111
Binary 10111101 11001101 10101000 1000 0 10010 10100 1010110 11011 1001001

Color Harmonies of #BDCDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDA8

Black with #BDCDA8

Text Example


Text Example

White with #BDCDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDA8; }

 p { color: rgb(189,205,168); }

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

background-color css

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

 a { background-color: rgb(189,205,168); }

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

border-color css

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

 span { border-color: rgb(189,205,168); }

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