#BCCCC9

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

Shades of Jet Stream #BCCCC9

Tints of Jet Stream #BCCCC9

Color information

#BCCCC9 (or 0xBCCCC9) is unknown color: approx Jet Stream. HEX triplet: BC, CC and C9. RGB value is (188,204,201). Sum of RGB (Red+Green+Blue) = 188+204+201=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC9 is #433336. Grayscale: #C6C6C6. Windows color (decimal): -4404023 or 13225148. OLE color: 13225148.

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

Color convert

RGB188204201-
CMYK0.0800.010.2
HSL168.75º13.56%76.86%-
HSV(B)168.75º7.84%80%-
XYZ52.8758.0963.68-
YUV198.87129.2120.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=31.70%
G=34.40%
B=33.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882042010.0800.010.2168.7513.5676.86
HexBCCCC980114a9e4d
Octal27431431110012425116115
Binary101111001100110011001001100001101001010100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCC9; }

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

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

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

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

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

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

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

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