#BCC9C4

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

Shades of Jet Stream #BCC9C4

Tints of Jet Stream #BCC9C4

Color information

#BCC9C4 (or 0xBCC9C4) is unknown color: approx Jet Stream. HEX triplet: BC, C9 and C4. RGB value is (188,201,196). Sum of RGB (Red+Green+Blue) = 188+201+196=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C4 is #43363B. Grayscale: #C4C4C4. Windows color (decimal): -4404796 or 12896700. OLE color: 12896700.

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

Color convert

RGB188201196-
CMYK0.0600.020.21
HSL156.92º10.74%76.27%-
HSV(B)156.92º6.47%78.82%-
XYZ51.5956.4560.4-
YUV196.54127.69121.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=32.14%
G=34.36%
B=33.50%

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
Decimal1882011960.0600.020.21156.9210.7476.27
HexBCC9C4602159db4c
Octal2743113046022523513114
Binary101111001100100111000100110010101011001110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9C4; }

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

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

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

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

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

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

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

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