#BBC9CA

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

Shades of Jungle Mist #BBC9CA

Tints of Jungle Mist #BBC9CA

Color information

#BBC9CA (or 0xBBC9CA) is unknown color: approx Jungle Mist. HEX triplet: BB, C9 and CA. RGB value is (187,201,202). Sum of RGB (Red+Green+Blue) = 187+201+202=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CA is #443635. Grayscale: #C4C4C4. Windows color (decimal): -4470326 or 13289915. OLE color: 13289915.

HSL color Cylindrical-coordinate representation of color #BBC9CA: hue angle of 184º 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 #BBC9CA is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187201202-
CMYK0.070.0000.21
HSL184º12.4%76.27%-
HSV(B)184º7.43%79.22%-
XYZ52.0456.664.06-
YUV196.93130.86120.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 201 (78.91% from 255) = 34.07%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=31.69%
G=34.07%
B=34.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872012020.070.0000.2118412.476.27
HexBBC9CA70015b8c4c
Octal2733113127002527014114
Binary10111011110010011100101011100101011011100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9CA; }

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

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

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

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

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

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

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

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