Html Css Color HEX #BBC2C2 Jungle Mist

📋 copy color: '#BBC2C2'

red 187 ◦ green 194 ◦ blue 194

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

Shades of Jungle Mist #BBC2C2

Tints of Jungle Mist #BBC2C2

RGB

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

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

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

R = 32.52%
G = 33.74%
B = 33.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBC2C2 (or 0xBBC2C2) is known color: Jungle Mist. HEX triplet: BB, C2 and C2. RGB value is (187,194,194). Sum of RGB (Red+Green+Blue) = 187+194+194=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: green, blue. Hex color #BBC2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C2 is #443D3D. Grayscale: #BFBFBF. Windows color (decimal): -4472126 or 12763835. OLE color: 12763835.

HSL color Cylindrical-coordinate representation of color #BBC2C2: hue angle of 180º 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 #BBC2C2 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 194 -
CMYK 0.04 0 0 0.24
HSL 180º 0.05% 0.75% -
HSV(B) 180º 0.04% 0.76% -
XYZ 49.52 53.04 58.67 -
YUV 191.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 187 194 194 0.04 0 0 0.24 180 0.05 0.75
Hex BB C2 C2 4 0 0 18 B4 5 4B
Octal 273 302 302 4 0 0 30 264 5 113
Binary 10111011 11000010 11000010 100 0 0 11000 10110100 101 1001011

Color Harmonies of #BBC2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2C2

Black with #BBC2C2

Text Example


Text Example

White with #BBC2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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