#BCC9C5

Color #BCC9C5 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BCC9C5

Tints of Jet Stream #BCC9C5

Color information

#BCC9C5 (or 0xBCC9C5) is unknown color: approx Jet Stream. HEX triplet: BC, C9 and C5. RGB value is (188,201,197). Sum of RGB (Red+Green+Blue) = 188+201+197=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C5 is #43363A. Grayscale: #C4C4C4. Windows color (decimal): -4404795 or 12962236. OLE color: 12962236.

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

Color convert

RGB188201197-
CMYK0.0600.020.21
HSL161.54º10.74%76.27%-
HSV(B)161.54º6.47%78.82%-
XYZ51.756.561-
YUV196.66128.19121.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=32.08%
G=34.30%
B=33.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011970.0600.020.21161.5410.7476.27
HexBCC9C560215a2b4c
Octal2743113056022524213114
Binary101111001100100111000101110010101011010001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9C5; }

 p { color: rgb(188,201,197); }

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

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

 a { background-color: rgb(188,201,197); }

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

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

 span { border-color: rgb(188,201,197); }

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