Html Css Color HEX #BCDD9C Pixie Green

📋 copy color: '#BCDD9C'

red 188 ◦ green 221 ◦ blue 156

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

Shades of Pixie Green #BCDD9C

Tints of Pixie Green #BCDD9C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.12%

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 33.27%
G = 39.12%
B = 27.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#BCDD9C (or 0xBCDD9C) is known color: Pixie Green. HEX triplet: BC, DD and 9C. RGB value is (188,221,156). Sum of RGB (Red+Green+Blue) = 188+221+156=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD9C is #432263. Grayscale: #CBCBCB. Windows color (decimal): -4399716 or 10280380. OLE color: 10280380.

HSL color Cylindrical-coordinate representation of color #BCDD9C: hue angle of 90.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCDD9C is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 156 -
CMYK 0.15 0 0.29 0.13
HSL 90.46º 0.49% 0.74% -
HSV(B) 90.46º 0.29% 0.87% -
XYZ 52.6 64.8 41.19 -
YUV 203.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 188 221 156 0.15 0 0.29 0.13 90.46 0.49 0.74
Hex BC DD 9C F 0 1D D 5A 31 4A
Octal 274 335 234 17 0 35 15 132 61 112
Binary 10111100 11011101 10011100 1111 0 11101 1101 1011010 110001 1001010

Color Harmonies of #BCDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD9C

Black with #BCDD9C

Text Example


Text Example

White with #BCDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD9C; }

 p { color: rgb(188,221,156); }

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

background-color css

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

 a { background-color: rgb(188,221,156); }

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

border-color css

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

 span { border-color: rgb(188,221,156); }

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