Html Css Color HEX #BCCCAB Pixie Green

📋 copy color: '#BCCCAB'

red 188 ◦ green 204 ◦ blue 171

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

Shades of Pixie Green #BCCCAB

Tints of Pixie Green #BCCCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.23%

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 33.39%
G = 36.23%
B = 30.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#BCCCAB (or 0xBCCCAB) is known color: Pixie Green. HEX triplet: BC, CC and AB. RGB value is (188,204,171). Sum of RGB (Red+Green+Blue) = 188+204+171=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCAB is #433354. Grayscale: #C3C3C3. Windows color (decimal): -4404053 or 11259068. OLE color: 11259068.

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

Color convert

RGB 188 204 171 -
CMYK 0.08 0 0.16 0.2
HSL 89.09º 0.24% 0.74% -
HSV(B) 89.09º 0.16% 0.8% -
XYZ 49.68 56.82 46.88 -
YUV 195.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 188 204 171 0.08 0 0.16 0.2 89.09 0.24 0.74
Hex BC CC AB 8 0 10 14 59 18 4A
Octal 274 314 253 10 0 20 24 131 30 112
Binary 10111100 11001100 10101011 1000 0 10000 10100 1011001 11000 1001010

Color Harmonies of #BCCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCAB

Black with #BCCCAB

Text Example


Text Example

White with #BCCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCAB; }

 p { color: rgb(188,204,171); }

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

background-color css

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

 a { background-color: rgb(188,204,171); }

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

border-color css

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

 span { border-color: rgb(188,204,171); }

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