Html Css Color HEX #BACEC5 Jet Stream

📋 copy color: '#BACEC5'

red 186 ◦ green 206 ◦ blue 197

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

Shades of Jet Stream #BACEC5

Tints of Jet Stream #BACEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.97%

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

R = 31.58%
G = 34.97%
B = 33.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#BACEC5 (or 0xBACEC5) is known color: Jet Stream. HEX triplet: BA, CE and C5. RGB value is (186,206,197). Sum of RGB (Red+Green+Blue) = 186+206+197=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC5 is #45313A. Grayscale: #C7C7C7. Windows color (decimal): -4534587 or 12963514. OLE color: 12963514.

HSL color Cylindrical-coordinate representation of color #BACEC5: hue angle of 153º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACEC5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 197 -
CMYK 0.10 0 0.04 0.19
HSL 153º 0.17% 0.77% -
HSV(B) 153º 0.1% 0.81% -
XYZ 52.4 58.61 61.38 -
YUV 198.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 186 206 197 0.10 0 0.04 0.19 153 0.17 0.77
Hex BA CE C5 A 0 4 13 99 11 4D
Octal 272 316 305 12 0 4 23 231 21 115
Binary 10111010 11001110 11000101 1010 0 100 10011 10011001 10001 1001101

Color Harmonies of #BACEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEC5

Black with #BACEC5

Text Example


Text Example

White with #BACEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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