#BCCECA

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

Shades of Jet Stream #BCCECA

Tints of Jet Stream #BCCECA

Color information

#BCCECA (or 0xBCCECA) is unknown color: approx Jet Stream. HEX triplet: BC, CE and CA. RGB value is (188,206,202). Sum of RGB (Red+Green+Blue) = 188+206+202=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECA is #433135. Grayscale: #C8C8C8. Windows color (decimal): -4403510 or 13291196. OLE color: 13291196.

HSL color Cylindrical-coordinate representation of color #BCCECA: hue angle of 166.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 #BCCECA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB188206202-
CMYK0.0900.020.19
HSL166.67º15.52%77.25%-
HSV(B)166.67º8.74%80.78%-
XYZ53.4759.164.47-
YUV200.16129.04119.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=31.54%
G=34.56%
B=33.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882062020.0900.020.19166.6715.5277.25
HexBCCECA90213a7104d
Octal27431631211022324720115
Binary10111100110011101100101010010101001110100111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCECA; }

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

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

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

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

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

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

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

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