Html Css Color HEX #BCC88F Green Mist

📋 copy color: '#BCC88F'

red 188 ◦ green 200 ◦ blue 143

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

Shades of Green Mist #BCC88F

Tints of Green Mist #BCC88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.93%

R = 35.4%
G = 37.66%
B = 26.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#BCC88F (or 0xBCC88F) is known color: Green Mist. HEX triplet: BC, C8 and 8F. RGB value is (188,200,143). Sum of RGB (Red+Green+Blue) = 188+200+143=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC88F is #433770. Grayscale: #BEBEBE. Windows color (decimal): -4405105 or 9423036. OLE color: 9423036.

HSL color Cylindrical-coordinate representation of color #BCC88F: hue angle of 72.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCC88F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 143 -
CMYK 0.06 0 0.28 0.22
HSL 72.63º 0.34% 0.67% -
HSV(B) 72.63º 0.29% 0.78% -
XYZ 46.35 53.98 33.96 -
YUV 189.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 188 200 143 0.06 0 0.28 0.22 72.63 0.34 0.67
Hex BC C8 8F 6 0 1C 16 49 22 43
Octal 274 310 217 6 0 34 26 111 42 103
Binary 10111100 11001000 10001111 110 0 11100 10110 1001001 100010 1000011

Color Harmonies of #BCC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC88F

Black with #BCC88F

Text Example


Text Example

White with #BCC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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