Html Css Color HEX #BCC888 Pine Glade

📋 copy color: '#BCC888'

red 188 ◦ green 200 ◦ blue 136

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

Shades of Pine Glade #BCC888

Tints of Pine Glade #BCC888

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 136 (53.52% from 255) = 25.95%

R = 35.88%
G = 38.17%
B = 25.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#BCC888 (or 0xBCC888) is known color: Pine Glade. HEX triplet: BC, C8 and 88. RGB value is (188,200,136). Sum of RGB (Red+Green+Blue) = 188+200+136=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC888 is #433777. Grayscale: #BDBDBD. Windows color (decimal): -4405112 or 8964284. OLE color: 8964284.

HSL color Cylindrical-coordinate representation of color #BCC888: hue angle of 71.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCC888 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 136 -
CMYK 0.06 0 0.32 0.22
HSL 71.25º 0.37% 0.66% -
HSV(B) 71.25º 0.32% 0.78% -
XYZ 45.84 53.78 31.26 -
YUV 189.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 188 200 136 0.06 0 0.32 0.22 71.25 0.37 0.66
Hex BC C8 88 6 0 20 16 47 25 42
Octal 274 310 210 6 0 40 26 107 45 102
Binary 10111100 11001000 10001000 110 0 100000 10110 1000111 100101 1000010

Color Harmonies of #BCC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC888

Black with #BCC888

Text Example


Text Example

White with #BCC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC888; }

 p { color: rgb(188,200,136); }

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

background-color css

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

 a { background-color: rgb(188,200,136); }

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

border-color css

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

 span { border-color: rgb(188,200,136); }

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