Html Css Color HEX #BDCDB0 Pixie Green

📋 copy color: '#BDCDB0'

red 189 ◦ green 205 ◦ blue 176

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

Shades of Pixie Green #BDCDB0

Tints of Pixie Green #BDCDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.88%

R = 33.16%
G = 35.96%
B = 30.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#BDCDB0 (or 0xBDCDB0) is known color: Pixie Green. HEX triplet: BD, CD and B0. RGB value is (189,205,176). Sum of RGB (Red+Green+Blue) = 189+205+176=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDB0 is #42324F. Grayscale: #C5C5C5. Windows color (decimal): -4338256 or 11587005. OLE color: 11587005.

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

Color convert

RGB 189 205 176 -
CMYK 0.08 0 0.14 0.20
HSL 93.1º 0.22% 0.75% -
HSV(B) 93.1º 0.14% 0.8% -
XYZ 50.65 57.62 49.53 -
YUV 196.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 189 205 176 0.08 0 0.14 0.20 93.1 0.22 0.75
Hex BD CD B0 8 0 E 14 5D 16 4B
Octal 275 315 260 10 0 16 24 135 26 113
Binary 10111101 11001101 10110000 1000 0 1110 10100 1011101 10110 1001011

Color Harmonies of #BDCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDB0

Black with #BDCDB0

Text Example


Text Example

White with #BDCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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