Html Css Color HEX #BCCEAA Pixie Green

📋 copy color: '#BCCEAA'

red 188 ◦ green 206 ◦ blue 170

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

Shades of Pixie Green #BCCEAA

Tints of Pixie Green #BCCEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 33.33%
G = 36.52%
B = 30.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#BCCEAA (or 0xBCCEAA) is known color: Pixie Green. HEX triplet: BC, CE and AA. RGB value is (188,206,170). Sum of RGB (Red+Green+Blue) = 188+206+170=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAA is #433155. Grayscale: #C4C4C4. Windows color (decimal): -4403542 or 11194044. OLE color: 11194044.

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

Color convert

RGB 188 206 170 -
CMYK 0.09 0 0.17 0.19
HSL 90º 0.27% 0.74% -
HSV(B) 90º 0.17% 0.81% -
XYZ 50.07 57.74 46.54 -
YUV 196.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 188 206 170 0.09 0 0.17 0.19 90 0.27 0.74
Hex BC CE AA 9 0 11 13 5A 1B 4A
Octal 274 316 252 11 0 21 23 132 33 112
Binary 10111100 11001110 10101010 1001 0 10001 10011 1011010 11011 1001010

Color Harmonies of #BCCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEAA

Black with #BCCEAA

Text Example


Text Example

White with #BCCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEAA; }

 p { color: rgb(188,206,170); }

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

background-color css

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

 a { background-color: rgb(188,206,170); }

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

border-color css

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

 span { border-color: rgb(188,206,170); }

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