Html Css Color HEX #BCCEA3 Pixie Green

📋 copy color: '#BCCEA3'

red 188 ◦ green 206 ◦ blue 163

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

Shades of Pixie Green #BCCEA3

Tints of Pixie Green #BCCEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.26%

R = 33.75%
G = 36.98%
B = 29.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#BCCEA3 (or 0xBCCEA3) is known color: Pixie Green. HEX triplet: BC, CE and A3. RGB value is (188,206,163). Sum of RGB (Red+Green+Blue) = 188+206+163=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA3 is #43315C. Grayscale: #C3C3C3. Windows color (decimal): -4403549 or 10735292. OLE color: 10735292.

HSL color Cylindrical-coordinate representation of color #BCCEA3: hue angle of 85.12º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCEA3 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 163 -
CMYK 0.09 0 0.21 0.19
HSL 85.12º 0.3% 0.72% -
HSV(B) 85.12º 0.21% 0.81% -
XYZ 49.42 57.48 43.14 -
YUV 195.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 188 206 163 0.09 0 0.21 0.19 85.12 0.3 0.72
Hex BC CE A3 9 0 15 13 55 1E 48
Octal 274 316 243 11 0 25 23 125 36 110
Binary 10111100 11001110 10100011 1001 0 10101 10011 1010101 11110 1001000

Color Harmonies of #BCCEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEA3

Black with #BCCEA3

Text Example


Text Example

White with #BCCEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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