#BACDC8

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

Shades of Jet Stream #BACDC8

Tints of Jet Stream #BACDC8

Color information

#BACDC8 (or 0xBACDC8) is unknown color: approx Jet Stream. HEX triplet: BA, CD and C8. RGB value is (186,205,200). Sum of RGB (Red+Green+Blue) = 186+205+200=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC8 is #453237. Grayscale: #C6C6C6. Windows color (decimal): -4534840 or 13159866. OLE color: 13159866.

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

Color convert

RGB186205200-
CMYK0.0900.020.20
HSL164.21º15.97%76.67%-
HSV(B)164.21º9.27%80.39%-
XYZ52.5158.2763.12-
YUV198.75128.71118.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=31.47%
G=34.69%
B=33.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862052000.0900.020.20164.2115.9776.67
HexBACDC890214a4104d
Octal27231531011022424420115
Binary10111010110011011100100010010101010010100100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDC8; }

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

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

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

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

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

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

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

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