Html Css Color HEX #BCC5C7 Jungle Mist

📋 copy color: '#BCC5C7'

red 188 ◦ green 197 ◦ blue 199

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

Shades of Jungle Mist #BCC5C7

Tints of Jungle Mist #BCC5C7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.73%

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

R = 32.19%
G = 33.73%
B = 34.08%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCC5C7 (or 0xBCC5C7) is known color: Jungle Mist. HEX triplet: BC, C5 and C7. RGB value is (188,197,199). Sum of RGB (Red+Green+Blue) = 188+197+199=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCC5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5C7 is #433A38. Grayscale: #C2C2C2. Windows color (decimal): -4405817 or 13092284. OLE color: 13092284.

HSL color Cylindrical-coordinate representation of color #BCC5C7: hue angle of 190.91º degrees, saturation: 0.09, 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 #BCC5C7 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 197 199 -
CMYK 0.06 0.01 0 0.22
HSL 190.91º 0.09% 0.76% -
HSV(B) 190.91º 0.06% 0.78% -
XYZ 51.01 54.75 61.91 -
YUV 194.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 188 197 199 0.06 0.01 0 0.22 190.91 0.09 0.76
Hex BC C5 C7 6 1 0 16 BF 9 4C
Octal 274 305 307 6 1 0 26 277 11 114
Binary 10111100 11000101 11000111 110 1 0 10110 10111111 1001 1001100

Color Harmonies of #BCC5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5C7

Black with #BCC5C7

Text Example


Text Example

White with #BCC5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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