Html Css Color HEX #BACDC7 Jet Stream

📋 copy color: '#BACDC7'

red 186 ◦ green 205 ◦ blue 199

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

Shades of Jet Stream #BACDC7

Tints of Jet Stream #BACDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.73%

R = 31.53%
G = 34.75%
B = 33.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#BACDC7 (or 0xBACDC7) is known color: Jet Stream. HEX triplet: BA, CD and C7. RGB value is (186,205,199). Sum of RGB (Red+Green+Blue) = 186+205+199=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC7 is #453238. Grayscale: #C6C6C6. Windows color (decimal): -4534841 or 13094330. OLE color: 13094330.

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

Color convert

RGB 186 205 199 -
CMYK 0.09 0 0.03 0.20
HSL 161.05º 0.16% 0.77% -
HSV(B) 161.05º 0.09% 0.8% -
XYZ 52.39 58.23 62.51 -
YUV 198.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 186 205 199 0.09 0 0.03 0.20 161.05 0.16 0.77
Hex BA CD C7 9 0 3 14 A1 10 4D
Octal 272 315 307 11 0 3 24 241 20 115
Binary 10111010 11001101 11000111 1001 0 11 10100 10100001 10000 1001101

Color Harmonies of #BACDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDC7

Black with #BACDC7

Text Example


Text Example

White with #BACDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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