Html Css Color HEX #BCCBA9 Pixie Green

📋 copy color: '#BCCBA9'

red 188 ◦ green 203 ◦ blue 169

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

Shades of Pixie Green #BCCBA9

Tints of Pixie Green #BCCBA9

RGB

 RED value IS 188 (73.83% from 255) = 33.57%

 GREEN value IS 203 (79.69% from 255) = 36.25%

 BLUE value IS 169 (66.41% from 255) = 30.18%

R = 33.57%
G = 36.25%
B = 30.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BCCBA9 (or 0xBCCBA9) is known color: Pixie Green. HEX triplet: BC, CB and A9. RGB value is (188,203,169). Sum of RGB (Red+Green+Blue) = 188+203+169=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBA9 is #433456. Grayscale: #C2C2C2. Windows color (decimal): -4404311 or 11127740. OLE color: 11127740.

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

Color convert

RGB 188 203 169 -
CMYK 0.07 0 0.17 0.20
HSL 86.47º 0.25% 0.73% -
HSV(B) 86.47º 0.17% 0.8% -
XYZ 49.26 56.27 45.8 -
YUV 194.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 188 203 169 0.07 0 0.17 0.20 86.47 0.25 0.73
Hex BC CB A9 7 0 11 14 56 19 49
Octal 274 313 251 7 0 21 24 126 31 111
Binary 10111100 11001011 10101001 111 0 10001 10100 1010110 11001 1001001

Color Harmonies of #BCCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBA9

Black with #BCCBA9

Text Example


Text Example

White with #BCCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBA9; }

 p { color: rgb(188,203,169); }

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

background-color css

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

 a { background-color: rgb(188,203,169); }

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

border-color css

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

 span { border-color: rgb(188,203,169); }

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