Html Css Color HEX #BCCDA3 Pixie Green

📋 copy color: '#BCCDA3'

red 188 ◦ green 205 ◦ blue 163

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

Shades of Pixie Green #BCCDA3

Tints of Pixie Green #BCCDA3

RGB

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

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

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

R = 33.81%
G = 36.87%
B = 29.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#BCCDA3 (or 0xBCCDA3) is known color: Pixie Green. HEX triplet: BC, CD and A3. RGB value is (188,205,163). Sum of RGB (Red+Green+Blue) = 188+205+163=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA3 is #43325C. Grayscale: #C3C3C3. Windows color (decimal): -4403805 or 10735036. OLE color: 10735036.

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

Color convert

RGB 188 205 163 -
CMYK 0.08 0 0.20 0.20
HSL 84.29º 0.3% 0.72% -
HSV(B) 84.29º 0.2% 0.8% -
XYZ 49.18 57 43.06 -
YUV 195.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 188 205 163 0.08 0 0.20 0.20 84.29 0.3 0.72
Hex BC CD A3 8 0 14 14 54 1E 48
Octal 274 315 243 10 0 24 24 124 36 110
Binary 10111100 11001101 10100011 1000 0 10100 10100 1010100 11110 1001000

Color Harmonies of #BCCDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDA3

Black with #BCCDA3

Text Example


Text Example

White with #BCCDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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