#BACDCA

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

Shades of Jet Stream #BACDCA

Tints of Jet Stream #BACDCA

Color information

#BACDCA (or 0xBACDCA) is unknown color: approx Jet Stream. HEX triplet: BA, CD and CA. RGB value is (186,205,202). Sum of RGB (Red+Green+Blue) = 186+205+202=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDCA is #453235. Grayscale: #C6C6C6. Windows color (decimal): -4534838 or 13290938. OLE color: 13290938.

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

Color convert

RGB186205202-
CMYK0.0900.010.20
HSL170.53º15.97%76.67%-
HSV(B)170.53º9.27%80.39%-
XYZ52.7458.3764.36-
YUV198.98129.71118.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=31.37%
G=34.57%
B=34.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862052020.0900.010.20170.5315.9776.67
HexBACDCA90114ab104d
Octal27231531211012425320115
Binary1011101011001101110010101001011010010101011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDCA; }

 p { color: rgb(186,205,202); }

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

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

 a { background-color: rgb(186,205,202); }

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

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

 span { border-color: rgb(186,205,202); }

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