Html Css Color HEX #BACDC9 Jet Stream

📋 copy color: '#BACDC9'

red 186 ◦ green 205 ◦ blue 201

#BACDC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #BACDC9

Tints of Jet Stream #BACDC9

RGB

 RED value IS 186 (73.05% from 255) = 31.42%

 GREEN value IS 205 (80.47% from 255) = 34.63%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 31.42%
G = 34.63%
B = 33.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#BACDC9 (or 0xBACDC9) is known color: Jet Stream. HEX triplet: BA, CD and C9. RGB value is (186,205,201). Sum of RGB (Red+Green+Blue) = 186+205+201=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC9 is #453236. Grayscale: #C6C6C6. Windows color (decimal): -4534839 or 13225402. OLE color: 13225402.

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

Color convert

RGB 186 205 201 -
CMYK 0.09 0 0.02 0.20
HSL 167.37º 0.16% 0.77% -
HSV(B) 167.37º 0.09% 0.8% -
XYZ 52.62 58.32 63.74 -
YUV 198.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 186 205 201 0.09 0 0.02 0.20 167.37 0.16 0.77
Hex BA CD C9 9 0 2 14 A7 10 4D
Octal 272 315 311 11 0 2 24 247 20 115
Binary 10111010 11001101 11001001 1001 0 10 10100 10100111 10000 1001101

Color Harmonies of #BACDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDC9

Black with #BACDC9

Text Example


Text Example

White with #BACDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDC9; }

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

 H1.HeaderClassName
 {
   color: #BACDC9;
 }
 .AnyTagClassName
 {
   color: #BACDC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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