Html Css Color HEX #BBC1C2 Jungle Mist

📋 copy color: '#BBC1C2'

red 187 ◦ green 193 ◦ blue 194

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

Shades of Jungle Mist #BBC1C2

Tints of Jungle Mist #BBC1C2

RGB

 RED value IS 187 (73.44% from 255) = 32.58%

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

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

R = 32.58%
G = 33.62%
B = 33.8%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBC1C2 (or 0xBBC1C2) is known color: Jungle Mist. HEX triplet: BB, C1 and C2. RGB value is (187,193,194). Sum of RGB (Red+Green+Blue) = 187+193+194=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBC1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C2 is #443E3D. Grayscale: #BFBFBF. Windows color (decimal): -4472382 or 12763579. OLE color: 12763579.

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

Color convert

RGB 187 193 194 -
CMYK 0.04 0.01 0 0.24
HSL 188.57º 0.05% 0.75% -
HSV(B) 188.57º 0.04% 0.76% -
XYZ 49.3 52.6 58.59 -
YUV 191.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 187 193 194 0.04 0.01 0 0.24 188.57 0.05 0.75
Hex BB C1 C2 4 1 0 18 BD 5 4B
Octal 273 301 302 4 1 0 30 275 5 113
Binary 10111011 11000001 11000010 100 1 0 11000 10111101 101 1001011

Color Harmonies of #BBC1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1C2

Black with #BBC1C2

Text Example


Text Example

White with #BBC1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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