#BCCCC6

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

Shades of Jet Stream #BCCCC6

Tints of Jet Stream #BCCCC6

Color information

#BCCCC6 (or 0xBCCCC6) is unknown color: approx Jet Stream. HEX triplet: BC, CC and C6. RGB value is (188,204,198). Sum of RGB (Red+Green+Blue) = 188+204+198=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC6 is #433339. Grayscale: #C6C6C6. Windows color (decimal): -4404026 or 13028540. OLE color: 13028540.

HSL color Cylindrical-coordinate representation of color #BCCCC6: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCCC6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB188204198-
CMYK0.0800.030.2
HSL157.5º13.56%76.86%-
HSV(B)157.5º7.84%80%-
XYZ52.5257.9561.84-
YUV198.53127.7120.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=31.86%
G=34.58%
B=33.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041980.0800.030.2157.513.5676.86
HexBCCCC6803149de4d
Octal27431430610032423516115
Binary1011110011001100110001101000011101001001110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCC6; }

 p { color: rgb(188,204,198); }

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

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

 a { background-color: rgb(188,204,198); }

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

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

 span { border-color: rgb(188,204,198); }

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