Html Css Color HEX #BCC1C2 Jungle Mist

📋 copy color: '#BCC1C2'

red 188 ◦ green 193 ◦ blue 194

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

Shades of Jungle Mist #BCC1C2

Tints of Jungle Mist #BCC1C2

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.57%

 BLUE value IS 194 (76.17% from 255) = 33.74%

R = 32.7%
G = 33.57%
B = 33.74%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCC1C2 (or 0xBCC1C2) is known color: Jungle Mist. HEX triplet: BC, C1 and C2. RGB value is (188,193,194). Sum of RGB (Red+Green+Blue) = 188+193+194=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCC1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1C2 is #433E3D. Grayscale: #BFBFBF. Windows color (decimal): -4406846 or 12763580. OLE color: 12763580.

HSL color Cylindrical-coordinate representation of color #BCC1C2: hue angle of 190º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC1C2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 194 -
CMYK 0.03 0.01 0 0.24
HSL 190º 0.05% 0.75% -
HSV(B) 190º 0.03% 0.76% -
XYZ 49.55 52.73 58.6 -
YUV 191.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 188 193 194 0.03 0.01 0 0.24 190 0.05 0.75
Hex BC C1 C2 3 1 0 18 BE 5 4B
Octal 274 301 302 3 1 0 30 276 5 113
Binary 10111100 11000001 11000010 11 1 0 11000 10111110 101 1001011

Color Harmonies of #BCC1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1C2

Black with #BCC1C2

Text Example


Text Example

White with #BCC1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1C2; }

 p { color: rgb(188,193,194); }

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

background-color css

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

 a { background-color: rgb(188,193,194); }

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

border-color css

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

 span { border-color: rgb(188,193,194); }

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