Html Css Color HEX #BBC0C1 Jungle Mist

📋 copy color: '#BBC0C1'

red 187 ◦ green 192 ◦ blue 193

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

Shades of Jungle Mist #BBC0C1

Tints of Jungle Mist #BBC0C1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 193 (75.78% from 255) = 33.74%

R = 32.69%
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

#BBC0C1 (or 0xBBC0C1) is known color: Jungle Mist. HEX triplet: BB, C0 and C1. RGB value is (187,192,193). Sum of RGB (Red+Green+Blue) = 187+192+193=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C1 is #443F3E. Grayscale: #BEBEBE. Windows color (decimal): -4472639 or 12697787. OLE color: 12697787.

HSL color Cylindrical-coordinate representation of color #BBC0C1: 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 #BBC0C1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 192 193 -
CMYK 0.03 0.01 0 0.24
HSL 190º 0.05% 0.75% -
HSV(B) 190º 0.03% 0.76% -
XYZ 48.97 52.11 57.93 -
YUV 190.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 187 192 193 0.03 0.01 0 0.24 190 0.05 0.75
Hex BB C0 C1 3 1 0 18 BE 5 4B
Octal 273 300 301 3 1 0 30 276 5 113
Binary 10111011 11000000 11000001 11 1 0 11000 10111110 101 1001011

Color Harmonies of #BBC0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0C1

Black with #BBC0C1

Text Example


Text Example

White with #BBC0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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