Html Css Color HEX #BACDC5 Jet Stream

📋 copy color: '#BACDC5'

red 186 ◦ green 205 ◦ blue 197

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

Shades of Jet Stream #BACDC5

Tints of Jet Stream #BACDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 31.63%
G = 34.86%
B = 33.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#BACDC5 (or 0xBACDC5) is known color: Jet Stream. HEX triplet: BA, CD and C5. RGB value is (186,205,197). Sum of RGB (Red+Green+Blue) = 186+205+197=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC5 is #45323A. Grayscale: #C6C6C6. Windows color (decimal): -4534843 or 12963258. OLE color: 12963258.

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

Color convert

RGB 186 205 197 -
CMYK 0.09 0 0.04 0.20
HSL 154.74º 0.16% 0.77% -
HSV(B) 154.74º 0.09% 0.8% -
XYZ 52.16 58.13 61.3 -
YUV 198.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 186 205 197 0.09 0 0.04 0.20 154.74 0.16 0.77
Hex BA CD C5 9 0 4 14 9B 10 4D
Octal 272 315 305 11 0 4 24 233 20 115
Binary 10111010 11001101 11000101 1001 0 100 10100 10011011 10000 1001101

Color Harmonies of #BACDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDC5

Black with #BACDC5

Text Example


Text Example

White with #BACDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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