Html Css Color HEX #BBC6C7 Jungle Mist

📋 copy color: '#BBC6C7'

red 187 ◦ green 198 ◦ blue 199

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

Shades of Jungle Mist #BBC6C7

Tints of Jungle Mist #BBC6C7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.9%

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

R = 32.02%
G = 33.9%
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

#BBC6C7 (or 0xBBC6C7) is known color: Jungle Mist. HEX triplet: BB, C6 and C7. RGB value is (187,198,199). Sum of RGB (Red+Green+Blue) = 187+198+199=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 198 (77.73% from 255 or 33.90% 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 #BBC6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6C7 is #443938. Grayscale: #C2C2C2. Windows color (decimal): -4471097 or 13092539. OLE color: 13092539.

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

Color convert

RGB 187 198 199 -
CMYK 0.06 0.01 0 0.22
HSL 185º 0.1% 0.76% -
HSV(B) 185º 0.06% 0.78% -
XYZ 51 55.08 61.98 -
YUV 194.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 187 198 199 0.06 0.01 0 0.22 185 0.1 0.76
Hex BB C6 C7 6 1 0 16 B9 A 4C
Octal 273 306 307 6 1 0 26 271 12 114
Binary 10111011 11000110 11000111 110 1 0 10110 10111001 1010 1001100

Color Harmonies of #BBC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6C7

Black with #BBC6C7

Text Example


Text Example

White with #BBC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6C7; }

 p { color: rgb(187,198,199); }

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

background-color css

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

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

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

border-color css

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

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

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