Html Css Color HEX #BCC8C7 Jungle Mist

📋 copy color: '#BCC8C7'

red 188 ◦ green 200 ◦ blue 199

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

Shades of Jungle Mist #BCC8C7

Tints of Jungle Mist #BCC8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.9%

R = 32.03%
G = 34.07%
B = 33.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#BCC8C7 (or 0xBCC8C7) is known color: Jungle Mist. HEX triplet: BC, C8 and C7. RGB value is (188,200,199). Sum of RGB (Red+Green+Blue) = 188+200+199=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C7 is #433738. Grayscale: #C4C4C4. Windows color (decimal): -4405049 or 13093052. OLE color: 13093052.

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

Color convert

RGB 188 200 199 -
CMYK 0.06 0 0.00 0.22
HSL 175º 0.1% 0.76% -
HSV(B) 175º 0.06% 0.78% -
XYZ 51.7 56.12 62.14 -
YUV 196.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 188 200 199 0.06 0 0.00 0.22 175 0.1 0.76
Hex BC C8 C7 6 0 0 16 AF A 4C
Octal 274 310 307 6 0 0 26 257 12 114
Binary 10111100 11001000 11000111 110 0 0 10110 10101111 1010 1001100

Color Harmonies of #BCC8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8C7

Black with #BCC8C7

Text Example


Text Example

White with #BCC8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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