#BCCCC5

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

Shades of Jet Stream #BCCCC5

Tints of Jet Stream #BCCCC5

Color information

#BCCCC5 (or 0xBCCCC5) is unknown color: approx Jet Stream. HEX triplet: BC, CC and C5. RGB value is (188,204,197). Sum of RGB (Red+Green+Blue) = 188+204+197=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC5 is #43333A. Grayscale: #C6C6C6. Windows color (decimal): -4404027 or 12963004. OLE color: 12963004.

HSL color Cylindrical-coordinate representation of color #BCCCC5: hue angle of 153.75º 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 #BCCCC5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB188204197-
CMYK0.0800.030.2
HSL153.75º13.56%76.86%-
HSV(B)153.75º7.84%80%-
XYZ52.4157.9161.24-
YUV198.42127.2120.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=31.92%
G=34.63%
B=33.45%

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
Decimal1882041970.0800.030.2153.7513.5676.86
HexBCCCC5803149ae4d
Octal27431430510032423216115
Binary1011110011001100110001011000011101001001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCC5; }

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

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

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

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

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

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

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

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