Html Css Color HEX #BACEC6 Jet Stream

📋 copy color: '#BACEC6'

red 186 ◦ green 206 ◦ blue 198

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

Shades of Jet Stream #BACEC6

Tints of Jet Stream #BACEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.56%

R = 31.53%
G = 34.92%
B = 33.56%

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

#BACEC6 (or 0xBACEC6) is known color: Jet Stream. HEX triplet: BA, CE and C6. RGB value is (186,206,198). Sum of RGB (Red+Green+Blue) = 186+206+198=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC6 is #453139. Grayscale: #C7C7C7. Windows color (decimal): -4534586 or 13029050. OLE color: 13029050.

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

Color convert

RGB 186 206 198 -
CMYK 0.10 0 0.04 0.19
HSL 156º 0.17% 0.77% -
HSV(B) 156º 0.1% 0.81% -
XYZ 52.51 58.66 61.98 -
YUV 199.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 186 206 198 0.10 0 0.04 0.19 156 0.17 0.77
Hex BA CE C6 A 0 4 13 9C 11 4D
Octal 272 316 306 12 0 4 23 234 21 115
Binary 10111010 11001110 11000110 1010 0 100 10011 10011100 10001 1001101

Color Harmonies of #BACEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEC6

Black with #BACEC6

Text Example


Text Example

White with #BACEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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