#BBC7CA

Color #BBC7CA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #BBC7CA

Tints of Jungle Mist #BBC7CA

Color information

#BBC7CA (or 0xBBC7CA) is unknown color: approx Jungle Mist. HEX triplet: BB, C7 and CA. RGB value is (187,199,202). Sum of RGB (Red+Green+Blue) = 187+199+202=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CA is #443835. Grayscale: #C3C3C3. Windows color (decimal): -4470838 or 13289403. OLE color: 13289403.

HSL color Cylindrical-coordinate representation of color #BBC7CA: hue angle of 192º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC7CA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187199202-
CMYK0.070.0100.21
HSL192º12.4%76.27%-
HSV(B)192º7.43%79.22%-
XYZ51.5855.6863.91-
YUV195.75131.52121.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=31.80%
G=33.84%
B=34.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871992020.070.0100.2119212.476.27
HexBBC7CA71015c0c4c
Octal2733073127102530014114
Binary10111011110001111100101011110101011100000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7CA; }

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

 H1.HeaderClassName
 {
   color: #BBC7CA;
 }
 .AnyTagClassName
 {
   color: #BBC7CA;
 }
</style>
background-color css

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

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

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

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

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

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