#BCCEC7

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

Shades of Jet Stream #BCCEC7

Tints of Jet Stream #BCCEC7

Color information

#BCCEC7 (or 0xBCCEC7) is unknown color: approx Jet Stream. HEX triplet: BC, CE and C7. RGB value is (188,206,199). Sum of RGB (Red+Green+Blue) = 188+206+199=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC7 is #433138. Grayscale: #C7C7C7. Windows color (decimal): -4403513 or 13094588. OLE color: 13094588.

HSL color Cylindrical-coordinate representation of color #BCCEC7: hue angle of 156.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCEC7 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB188206199-
CMYK0.0900.030.19
HSL156.67º15.52%77.25%-
HSV(B)156.67º8.74%80.78%-
XYZ53.1258.9662.61-
YUV199.82127.54119.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=31.70%
G=34.74%
B=33.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061990.0900.030.19156.6715.5277.25
HexBCCEC7903139d104d
Octal27431630711032323520115
Binary10111100110011101100011110010111001110011101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEC7; }

 p { color: rgb(188,206,199); }

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

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

 a { background-color: rgb(188,206,199); }

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

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

 span { border-color: rgb(188,206,199); }

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